-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.86 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.86 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
{
"name": "react-boilerplate",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/troianoandres/react-boilerplate.git"
},
"author": "Andres Troiano",
"license": "MIT",
"bugs": {
"url": "https://github.com/troianoandres/react-boilerplate/issues"
},
"homepage": "https://github.com/troianoandres/react-boilerplate#readme",
"dependencies": {
"app-module-path": "^1.0.6",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"browser-sync": "^2.12.3",
"browserify": "^13.0.0",
"debowerify": "^1.4.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jquery": "^2.2.3",
"jquery-mockjax": "^2.1.1",
"lodash": "^4.13.1",
"messageformat": "^0.3.1",
"moment": "^2.13.0",
"path": "^0.12.7",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-router": "^2.4.1",
"run-sequence": "^1.1.5",
"sessionstorage": "0.0.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"devDependencies": {
"aliasify": "^2.0.0",
"aliasify-mocks": "^0.1.0",
"chai": "^3.5.0",
"coverageify": "^1.0.4",
"del": "^2.2.0",
"karma": "^0.13.22",
"karma-browserify": "^5.0.5",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-phantomjs-launcher": "^1.0.0",
"mocha": "^2.5.3",
"phantomjs": "^2.1.7",
"phantomjs-prebuilt": "^2.1.7",
"react-addons-test-utils": "^15.1.0",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"aliasify": {
"aliases": {}
}
}