-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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": "dexor",
"version": "1.0.0",
"description": "Official website of Dexor metal band",
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server --hot --inline",
"build": "webpack --colors --progress",
"hint": "jshint ."
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^3.2.0",
"jshint": "^2.9.6",
"json-loader": "^0.5.7",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"ng-annotate-loader": "^0.1.0",
"postcss-loader": "^0.9.1",
"prerender-node": "^2.8.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.23.0",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.7"
},
"dependencies": {
"angular": "^1.7.3",
"angular-animate": "^1.7.3",
"angular-aria": "^1.7.3",
"angular-local-storage": "^0.7.1",
"angular-material": "^1.1.10",
"angular-material-icons": "^0.7.1",
"angular-messages": "^1.7.3",
"angular-resource": "^1.7.3",
"angular-sanitize": "^1.7.3",
"angular-ui-router": "^1.0.20",
"rx": "^4.1.0"
}
}