-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.71 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
{
"name": "lorrainesposto",
"version": "0.0.0",
"private": true,
"scripts": {
"server": "nodemon ./bin/lorrainesposto-www",
"api": "nodemon ./bin/api-www"
},
"dependencies": {
"async": "^1.5.0",
"babel": "^6.3.13",
"body-parser": "^1.13.3",
"connect-multiparty": "^2.0.0",
"cookie-parser": "~1.3.5",
"debug": "^2.2.0",
"ejs": "~0.8.5",
"express": "~4.13.1",
"express-session": "^1.7.4",
"history": "^1.13.1",
"jade": "~1.11.0",
"kerberos": "0.0.17",
"moment": "^2.8.1",
"mongodb": "^2.0.49",
"mongoose": "^4.2.9",
"morgan": "~1.6.1",
"react": "^0.14.3",
"react-addons-css-transition-group": "^0.14.3",
"react-addons-transition-group": "^0.14.3",
"react-dom": "^0.14.3",
"react-dropzone": "^3.2.2",
"react-lazy-load": "^2.0.1",
"react-resizable": "^1.0.1",
"react-router": "^1.0.2",
"serve-favicon": "~2.3.0",
"superagent": "^1.5.0",
"underscore": "^1.6.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"bower": "~1.6.9",
"express": "^4.13.3",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-concurrent": "^2.1.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-watch": "~0.6.0",
"grunt-express": "~1.2.1",
"grunt-nodemon": "^0.4.1",
"grunt-open": "~0.2.3",
"grunt-react": "^0.12.3",
"grunt-sass": "^1.1.0",
"livereload": "^0.4.0",
"load-grunt-tasks": "^3.3.0",
"matchdep": "~0.3.0",
"nodemon": "~1.8.1",
"reactify": "~0.14.0",
"watchify": "~3.6.1"
},
"browserify": {
"transform": [
"reactify"
]
}
}