-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.74 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
{
"name": "bigcommerce-test-capsula4",
"version": "0.0.0",
"dependencies": {
"angular": "1.5.x",
"angular-animate": "1.5.x",
"angular-modal-service": "^0.12.1",
"angular-resource": "1.5.x",
"angular-sanitize": "1.5.x",
"angular-ui-router": "^0.2.15",
"font-awesome": "^4.7.0",
"fs": "0.0.1-security",
"jquery": "^2.1.4",
"lodash": "^4.17.4"
},
"devDependencies": {
"angular-mocks": "1.5.x",
"autoprefixer-loader": "^3.1.0",
"babel": "^6.3.0",
"babel-core": "^6.3.0",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.2.0",
"babel-polyfill": "^6.3.0",
"babel-preset-es2015": "^6.1.18",
"core-js": "^1.2.6",
"css-loader": "^0.21.0",
"eslint": "^1.8.0",
"eslint-loader": "^1.1.1",
"file-loader": "^0.8.4",
"fs": "0.0.1-security",
"gulp": "^3.9.0",
"gulp-git": "^1.6.0",
"gulp-ng-constant": "^1.1.0",
"gulp-protractor": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.0",
"gulp-util": "^3.0.7",
"html-loader": "^0.3.0",
"isparta-loader": "^2.0.0",
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
"minimist": "^1.2.0",
"ng-annotate-loader": "0.0.10",
"ng-annotate-webpack-plugin": "^0.1.2",
"ngtemplate-loader": "^1.3.1",
"node-sass": "^3.4.0",
"protractor": "^5.1.2",
"protractor-webpack": "^1.1.0",
"sass-loader": "^3.0.0",
"sinon": "^4.0.1",
"style-loader": "^0.13.0",
"webdriver-manager": "^12.0.6",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.16.5"
}
}