-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.15 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
{
"name": "ng-admin-demo",
"version": "0.0.3",
"description": "A ng-admin demo on e-commerce domain",
"main": "index.html",
"repository": {
"type": "git",
"url": "git://github.com/marmelab/ng-admin-demo.git"
},
"dependencies": {
"angular": "1.6.9"
},
"devDependencies": {
"admin-config": "0.4.0",
"babel": "6.5.2",
"babel-core": "6.14.0",
"babel-loader": "6.2.5",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015": "6.14.0",
"babel-preset-stage-2": "6.13.0",
"chance": "0.7.6",
"css-loader": "0.16.0",
"extract-text-webpack-plugin": "0.8.2",
"fakerest": "1.1.4",
"html-loader": "0.3.0",
"html-webpack-plugin": "^2.22.0",
"md5": "2.0.0",
"moment": "2.19.3",
"ng-admin": "1.0.0-RC2",
"node-sass": "^3.9.3",
"sass-loader": "2.0.1",
"sinon": "v2.0.0-pre.2",
"style-loader": "0.12.3",
"url-loader": "^0.5.7",
"webpack": "1.13.1",
"webpack-dev-server": "1.16.2"
},
"engines": {
"node": ">=5.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "François Zaninotto",
"license": "MIT"
}