-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 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
49
50
51
{
"name": "angular-js",
"version": "0.0.1",
"description": "Angular Starter.",
"scripts": {
"start": "webpack-dev-server --config webpack/webpack.dev.js --inline --hot",
"build": "webpack --config webpack/webpack.build.js --NODE_ENV=production",
"postinstall": "typings install"
},
"dir": {
"dist": "dist",
"build": "build",
"app": "src/*"
},
"buildname": {
"main": "main",
"mini": "main.min"
},
"devDependencies": {
"compression-webpack-plugin": "0.2.0",
"css-loader": "^0.23.1",
"file-loader": "0.8.5",
"html-webpack-plugin": "2.7.2",
"open-browser-webpack-plugin": "0.0.2",
"raw-loader": "0.5.1",
"sass-loader": "3.1.2",
"style-loader": "0.13.0",
"ts-loader": "0.8.1",
"tslint": "~2.4.2",
"typescript": "1.8.7",
"typings": "0.7.5",
"webpack": "1.13.1",
"webpack-dev-server": "^1.14.1",
"node-sass": "^3.7.0"
},
"dependencies": {
"angular": "~1.5.5",
"angular-aria": "~1.5.5",
"angular-bootstrap": "~0.12.2",
"angular-sanitize": "~1.5.5",
"angular-ui-router": "^0.3.1",
"bootstrap": "~3.3.6",
"font-awesome": "~4.5.0",
"jquery": "~2.2.1",
"jquery-ui": "^1.10.5",
"lodash": "^4.11.1"
},
"keywords": [
"angularjs"
]
}