forked from glehnandre/portalstf-static-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.6 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "portal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "export NODE_ENV=development || SET NODE_ENV=development&& webpack-dev-server",
"build": "export NODE_ENV=production || SET NODE_ENV=production&& rimraf dist && webpack -p",
"gh-pages": "export GH_PAGES=/portalstf-static-frontend/ || set GH_PAGES=/portalstf-static-frontend/&& rimraf showroom-build && webpack -p",
"serve:dist": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Fabricio Mendonca <fabriciomendonca@gmail.com> (https://github.com/fabriciomendonca)",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bootstrap-loader": "^2.1.0",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.28.1",
"ejs-compiled-loader": "^1.1.0",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"imports-loader": "^0.7.1",
"merge": "^1.2.0",
"node-sass": "^4.5.2",
"resolve-url-loader": "^2.0.2",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.3",
"style-loader": "^0.17.0",
"url-loader": "^0.5.8",
"webpack": "^2.5.1",
"webpack-bundle-analyzer": "^2.8.3",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"jquery": "^3.2.1",
"jquery-ui": "^1.12.1",
"jquery-validation": "^1.17.0",
"jquery.maskedinput": "^1.4.1",
"moment": "^2.18.1",
"urijs": "^1.18.11"
}
}