-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "test1",
"version": "0.0.1",
"description": "Boilerplate generated by Angular-1.5-cli.",
"main": "index.js",
"dependencies": {
"angular": "1.6.4",
"angular-animate": "1.5.7",
"angular-mocks": "1.5.7",
"angular-ui-router": "0.3.1",
"bootstrap-css-only": "3.3.6",
"lodash": "4.13.1",
"normalize.css": "4.1.1",
"http-server": "^0.9.0",
"angular-1.5-cli": "^1.6.0"
},
"devDependencies": {
"angular-mocks": "1.5.7",
"babel-core": "6.10.4",
"http-server": "0.9.0",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0",
"browser-sync": "2.13.0",
"browser-sync-webpack-plugin": "1.1.4",
"css-loader": "0.23.1",
"file-loader": "0.9.0",
"fs-walk": "0.0.1",
"gulp": "3.9.1",
"gulp-rename": "1.2.2",
"gulp-template": "4.0.0",
"html-webpack-plugin": "2.28.0",
"jasmine": "2.4.1",
"jasmine-core": "2.4.1",
"karma": "1.1.0",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.1",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "1.7.0",
"less": "2.7.1",
"less-loader": "2.2.3",
"ng-annotate-loader": "0.1.0",
"node-libs-browser": "1.0.0",
"node-sass": "4.4.0",
"phantomjs-prebuilt": "2.1.7",
"raw-loader": "0.5.1",
"run-sequence": "1.2.1",
"sass-loader": "4.1.1",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "1.13.1",
"webpack-dev-server": "1.16.3",
"webpack-stream": "3.2.0",
"yargs": "4.7.1"
},
"scripts": {
"start": "webpack && webpack-dev-server --content-base client/ --hot --inline",
"serve": "webpack && webpack-dev-server --content-base client/ --hot --inline",
"create Component": "gen comp",
"build": "webpack -p --config ./webpack.config.js --progress",
"startContainer": "npm run build && gen copyTo ./client/assets ./dist/assets && http-server ./build",
"deploy": "node deploy.js"
},
"keywords": [
"angular",
"webpack",
"es6"
],
"repository": {
"type": "git",
"url": "https://github.com/SwiftySpartan/Angular-1.5-cli"
},
"author": "Andrew Wormald",
"license": "MIT"
}