-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.32 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
{
"name": "flask-angular-starter",
"version": "2.0.0",
"description": "Python3 Flask, Angular1.5 starter project",
"repository": {
"type": "git",
"url": "git+https://github.com/lwalter/flask-angular-starter.git"
},
"keywords": [
"flask",
"python3",
"angular",
"material"
],
"author": "Luke Walter",
"license": "MIT",
"bugs": {
"url": "https://github.com/lwalter/flask-angular-starter/issues"
},
"homepage": "https://github.com/lwalter/flask-angular-starter#readme",
"scripts": {
"watch": "webpack --progress --watch",
"build": "webpack --progress --colors",
"prod": "NODE_ENV=production webpack -p --progress --colors"
},
"dependencies": {
"angular": "^1.5.0",
"angular-material": "^1.0.6",
"angular-messages": "^1.5.0",
"angular-route": "^1.5.0",
"material-design-icons": "^3.0.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.4",
"eslint": "^4.2.0",
"eslint-plugin-babel": "^4.1.1",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.29.0",
"ng-annotate-loader": "^0.6.1",
"ng-cache-loader": "0.0.25",
"style-loader": "^0.18.2",
"webpack": "^3.2.0"
}
}