-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·103 lines (103 loc) · 2.94 KB
/
package.json
File metadata and controls
executable file
·103 lines (103 loc) · 2.94 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
{
"name": "angular-react-browserify-template",
"version": "1.0.0",
"description": "This is core part of project, that contains build-system and simple example of AngularJs application for testing.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gulp",
"browserify",
"angular",
"sass",
"karma",
"jasmine",
"protractor",
"babel",
"es6",
"react"
],
"repository": {
"type": "git",
"url": "https://github.com/wermanoid/angular-react-browserify-template.git"
},
"author": "Alex Werman",
"license": "MIT",
"devDependencies": {
"angular-mocks": "^1.6.1",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-preset-env": "^1.1.8",
"babel-preset-react": "^6.22.0",
"babel-register": "^6.22.0",
"babelify": "^7.3.0",
"brfs": "^1.4.3",
"browser-sync": "^2.18.7",
"browserify": "^14.0.0",
"browserify-istanbul": "^2.0.0",
"browserify-ngannotate": "^2.0.0",
"bulkify": "^1.4.2",
"envify": "^4.0.0",
"eslint": "^3.14.1",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^1.6.1",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-classes": "^0.1.1",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-jasmine": "^2.2.0",
"eslint-plugin-protractor": "^1.34.1",
"eslint-plugin-react": "^6.9.0",
"eslintify": "^3.1.0",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.2",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^2.0.12",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.1.1",
"gulp-inject": "^4.1.0",
"gulp-ng-templates": "0.0.6",
"gulp-notify": "^3.0.0",
"gulp-open": "^2.0.0",
"gulp-protractor": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.11",
"isparta": "^4.0.0",
"istanbul": "^0.4.5",
"jasmine-core": "^2.5.2",
"karma": "1.4.1",
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-spec-reporter": "0.0.26",
"pretty-hrtime": "^1.0.3",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"selenium-standalone-jar": "^2.45.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0",
"yargs": "^6.6.0"
},
"dependencies": {
"angular": "^1.6.1",
"angular-animate": "^1.6.1",
"angular-aria": "^1.6.2",
"angular-material": "^1.1.3",
"angular-resource": "^1.6.1",
"angular-route": "^1.6.1",
"angular-ui-router": "^1.0.0-rc.1",
"bulk-require": "^1.0.0",
"color-me-sass": "^1.4.0",
"font-awesome": "^4.7.0",
"lodash": "^4.17.4",
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
}