-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 1.84 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
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "babel-node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.14.0",
"babel-cli": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"body-parser": "^1.15.1",
"bootstrap": "^4.0.0-alpha.4",
"boron": "^0.2.3",
"classnames": "^2.2.5",
"express": "^4.14.0",
"granim": "^1.0.5",
"jquery": "^3.1.1",
"lodash": "^4.15.0",
"mongoose": "^4.4.20",
"morgan": "^1.7.0",
"normalizr": "^2.2.1",
"q": "^1.4.1",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-infinite": "^0.10.0",
"react-redux": "^4.4.5",
"react-router": "^2.7.0",
"react-tools": "^0.13.3",
"react-waypoint": "^3.1.3",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"tether": "^1.3.7",
"validator": "^5.6.0"
},
"devDependencies": {
"axios": "^0.14.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.13.0",
"babelify": "^7.3.0",
"browser-sync": "^2.15.0",
"browserify": "^13.1.0",
"envify": "^3.4.1",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-nodemon": "^2.1.0",
"gulp-react": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"reactify": "^1.1.1",
"run-sequence": "^1.2.2",
"validator": "^5.7.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"yargs": "^5.0.0"
}
}