-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
52 lines (52 loc) · 1.5 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
50
51
52
{
"name": "ohp",
"description": "OHP Mocha tests",
"version": "0.0.1",
"scripts": {
"watch": "webpack --config config/webpack.prod.config.js --watch -d",
"dev": "webpack --config config/webpack.prod.config.js -d",
"build": "webpack --config config/webpack.prod.config.js --bail -p",
"tests": "webpack --config config/webpack.tests.config.js"
},
"dependencies": {
"angular": "1.7.5",
"angular-animate": "1.7.5",
"angular-cookies": "1.7.5",
"angular-resource": "1.7.5",
"angular-sanitize": "1.7.5",
"angular-ui-bootstrap": "2.5.6",
"underscore": "1.9.0",
"babel-polyfill": "6.26.0",
"baconjs": "0.7.95",
"js-cookie": "2.2.0",
"moment-timezone": "0.5.26"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"chai": "^4.1.2",
"css-loader": "^0.28.11",
"extract-loader": "^3.0.0",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"jquery": "^3.3.1",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"mocha": "^5.2.0",
"mocha-headless-chrome": "^2.0.1",
"postcss-loader": "^2.1.5",
"prettier": "^1.19.1",
"raw-loader": "^0.5.1",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"underscore": "^1.9.0",
"url-loader": "^1.1.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.0",
"webpack": "^4.11.1",
"webpack-command": "^0.2.0",
"webpack-dev-server": "^3.1.4"
}
}