-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.79 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
{
"name": "mes-board",
"version": "1.0.0",
"description": "well",
"main": "index.js",
"dependencies": {
"babel-core": "^6.8.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.8.0",
"babel-runtime": "^6.6.1",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"chai": "^3.5.0",
"enzyme": "^2.3.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-environments": "^0.1.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.3",
"istanbul": "^0.4.3",
"jsdom": "^9.0.0",
"mocha": "^2.4.5",
"moment": "^2.13.0",
"pouchdb": "^5.3.2",
"react": "^15.0.2",
"react-addons-test-utils": "^15.0.2",
"react-dom": "^15.0.2",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.8.0",
"babel-runtime": "^6.6.1",
"babelify": "^7.3.0",
"chai": "^3.5.0",
"enzyme": "^2.3.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-environment": "^1.3.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.3",
"istanbul": "^0.4.3",
"jsdom": "^9.1.0",
"mocha": "^2.4.5",
"moment": "^2.13.0",
"pouchdb": "^5.3.2",
"react": "^15.0.2",
"react-addons-test-utils": "^15.0.2",
"react-dom": "^15.0.2",
"react-redux": "^4.4.5",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "qyuan",
"license": "MIT"
}