-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.62 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.62 KB
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
{
"scripts": {
"start": "node app.js",
"build:env:dev": "webpack --config ./client/webpack.config.js --progress --colors --watch",
"build:env:prd": "npm install && webpack --config ./client/webpack.config.js --progress --colors",
"test": "karma start karma.conf.js --auto-watch"
},
"dependencies": {
"angular": "^1.8.0",
"angular-ui-router": "^1.0.3",
"body-parser": "^1.17.2",
"font-awesome": "^4.7.0",
"jquery": "^3.4.1"
},
"devDependencies": {
"angular-mocks": "^1.6.4",
"babel-cli": "^6.18.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-async-to-module-method": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-root-slash-import": "^1.1.0",
"bootstrap": "^3.4.1",
"css-loader": "^3.2.0",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^5.3.2",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^2.0.0",
"jasmine-core": "^2.6.4",
"jasmine-node": "^3.0.0",
"karma": "^6.3.4",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^2.0.3",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"raw-loader": "^0.5.1",
"timemachine": "^0.3.0",
"url-loader": "^2.1.0",
"webpack": "^5.43.0"
}
}