-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·53 lines (53 loc) · 1.66 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
52
53
{
"name": "CraftWorks-Frontend",
"version": "1.0.0",
"description": "Web application for handicraft products based on AngularJS 1.5+",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/pulakchakraborty/Internal-CraftWorks-Frontend"
},
"author": "Pulak Chakraborty <pulak.chakraborty@tum.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pulakchakraborty/Internal-CraftWorks-Frontend/issues"
},
"homepage": "https://github.com/pulakchakraborty/Internal-CraftWorks-Frontend#readme",
"devDependencies": {
"angular-jk-carousel": "^0.5.0",
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.22.0",
"http-server": "^0.9.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.9",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5",
"ng-file-upload": "^12.2.13"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.0",
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-aria": "^1.5.8",
"angular-cookies": "^1.6.5",
"angular-material": "^1.1.0",
"angular-material-icons": "^0.7.1",
"angular-messages": "^1.5.8"
},
"engines": {
"node": ">=4.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"prestart": "npm install",
"start": "http-server -a localhost -p 8000 -c-1 ./dist",
"dev": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js"
}
}