-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "anrop-frontend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"heroku-postbuild": "npm run webpack",
"lint": "standard --verbose",
"start": "webpack-dev-server --hot --history-api-fallback",
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack --config ./webpack.production.config.js --progress --colors"
},
"author": "",
"license": "MIT",
"dependencies": {
"express": "^4.19.2"
},
"devDependencies": {
"angular": "^1.8.2",
"angular-animate": "^1.8.2",
"angular-route": "^1.8.2",
"angular-sanitize": "^1.8.2",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-sortable": "^0.19.0",
"bootstrap": "^3.4.1",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.0",
"htmllint-loader": "^2.1.4",
"imports-loader": "^0.8.0",
"jquery": "^3.5.1",
"jquery-ui": "^1.13.2",
"markitup": "^3.0.0-0",
"ng-file-upload": "^12.2.13",
"raw-loader": "^4.0.2",
"standard": "^16.0.2",
"style-loader": "^2.0.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3"
},
"standard": {
"globals": [
"angular"
]
}
}