forked from Jayser/angularjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
167 lines (167 loc) · 4.33 KB
/
package.json
File metadata and controls
167 lines (167 loc) · 4.33 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"name": "angularjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"start": "better-npm-run server",
"mock": "better-npm-run mock",
"build:prod": "better-npm-run build:prod",
"test": "better-npm-run run:test",
"test:watch": "better-npm-run test:watch",
"coverage": "better-npm-run coverage",
"stylelint": "stylelint app/**/*.scss --config .stylelintrc",
"lint": "eslint app --config=config/eslint/.eslintrc",
"analyze": "better-npm-run analyze"
},
"betterScripts": {
"server": {
"command": "node server.js",
"env": {
"NODE_ENV": "development",
"PORT": 8000
}
},
"mock": {
"command": "node server.js",
"env": {
"NODE_ENV": "mock",
"PORT": 8005
}
},
"build:prod": {
"command": "webpack --config --colors",
"env": {
"NODE_ENV": "production"
}
},
"test": {
"command": "karma start ./config/karma/karma.conf.js"
},
"run:test": {
"command": "better-npm-run test",
"env": {
"NODE_ENV": "test",
"PORT": 8010
}
},
"test:watch": {
"command": "better-npm-run test",
"env": {
"NODE_ENV": "test:watch",
"PORT": 8010
}
},
"coverage": {
"command": "better-npm-run test",
"env": {
"NODE_ENV": "test:coverage",
"PORT": 8010
}
},
"analyze": {
"command": "mkdirp reports && webpack --json -profile > reports/webpack-stats.json",
"env": {
"NODE_ENV": "production"
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jayser/angularjs.git"
},
"bugs": {
"url": "https://github.com/Jayser/angularjs/issues"
},
"homepage": "https://github.com/Jayser/angularjs#readme",
"devDependencies": {
"angular-cookies": "1.6.0",
"angular-mocks": "1.5.9",
"autoprefixer": "6.5.3",
"babel-core": "6.18.2",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.8",
"babel-plugin-istanbul": "3.0.0",
"babel-plugin-transform-runtime": "6.15.0",
"babel-preset-latest": "6.16.0",
"babel-preset-stage-0": "6.16.0",
"babel-runtime": "6.18.0",
"better-npm-run": "0.0.13",
"clean-webpack-plugin": "0.1.14",
"concurrently": "3.1.0",
"css-loader": "0.26.0",
"eslint": "3.10.2",
"eslint-config-angular": "0.5.0",
"eslint-loader": "1.6.1",
"eslint-plugin-angular": "1.4.1",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"force-case-sensitivity-webpack-plugin": "0.2.1",
"fs": "0.0.1-security",
"ghooks": "1.3.2",
"glob": "7.1.1",
"html-webpack-plugin": "2.24.1",
"ignore-loader": "0.1.2",
"jasmine-core": "2.5.2",
"karma": "1.3.0",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.2",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "1.8.0",
"mkdirp": "0.5.1",
"ng-annotate-loader": "0.2.0",
"ngstorage": "0.3.11",
"node-sass": "^4.0.0",
"oclazyload": "1.0.9",
"postcss-loader": "1.1.1",
"precss": "1.4.0",
"pug": "2.0.0-beta6",
"pug-loader": "2.3.0",
"resolve-url-loader": "1.6.0",
"sass-loader": "^4.1.0",
"style-loader": "0.13.1",
"stylelint": "7.6.0",
"stylelint-config-standard": "15.0.0",
"stylelint-webpack-plugin": "0.4.0",
"url-loader": "0.5.7",
"validate-commit-msg": "2.8.2",
"webpack": "^1.13.3",
"webpack-dev-server": "1.16.2",
"webpack-merge": "0.17.0",
"webpack-validator": "2.2.9"
},
"dependencies": {
"angular": "1.5.9",
"angular-ui-bootstrap": "2.3.1",
"angular-ui-router": "1.0.0-beta.3",
"bootstrap-sass": "3.3.7",
"font-awesome": "4.7.0"
},
"config": {
"ghooks": {
"pre-commit": "npm run stylelint && npm run lint && npm test",
"commit-msg": "validate-commit-msg"
},
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"revert",
"merge",
"rebase",
"cherry-pick",
"build"
],
"maxSubjectLength": 120,
"helpMessage": "\nPlease fix your commit message (and consider using http://npm.im/commitizen)\n"
}
}
}