-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2 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
70
71
72
73
{
"name": "cpm-app",
"version": "1.0.0",
"description": "CPM application exercise",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=development gulp watch"
},
"author": "Ronen Elster <alter.ronen@gmail.com> (https://github.com/ronen-e)",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/ronen-e/cpm.git"
},
"keywords": [
"CPM",
"exercise",
"es2015"
],
"bugs": {
"url": "https://github.com/ronen-e/cpm/issues"
},
"homepage": "https://github.com/ronen-e/cpm/issues#readme",
"devDependencies": {
"autobind-decorator": "^1.3.3",
"babel-core": "^6.7.4",
"babel-eslint": "^6.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-es2017": "^1.6.1",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.2.0",
"bootstrap": "^3.3.7",
"browser-sync": "^2.11.2",
"browserify": "^12.0.1",
"classnames": "^2.2.5",
"eslint": "^2.7.0",
"eslint-plugin-react": "^4.2.3",
"exorcist": "^0.4.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-eslint": "^2.0.0",
"gulp-if-else": "^1.0.3",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.5.3",
"immutable": "^3.8.1",
"jquery": "^3.0.0",
"radium": "^0.18.1",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-immutable-proptypes": "^2.1.0",
"react-redux": "^4.4.5",
"react-router": "^2.0.1",
"redux": "^3.5.2",
"redux-actions": "^0.11.0",
"redux-devtools": "^3.3.1",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"superagent": "^2.2.0",
"superagent-jsonapify": "^1.4.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"babel-core": "^6.1.21"
}
}