-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.53 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
{
"name": "spice",
"version": "0.0.1",
"description": "Spice up your life",
"main": "index.js",
"scripts": {
"server": "node index.js",
"dev": "gulp",
"prod": "gulp build-prod"
},
"dependencies": {
"express": "*",
"kerberos": "*",
"parse": "*",
"parse-server": "*",
"body-parser": "^1.15.0",
"deepcopy": "^0.6.1",
"error-handler": "^1.0.0",
"es6-promise": "^3.1.2",
"js-cookie": "^2.1.1",
"react": "^0.14.7",
"react-bootstrap": "^0.28.3",
"react-dom": "^0.14.7",
"react-modal": "^1.2.1",
"react-redux": "^4.4.1",
"react-router": "^2.0.1",
"redux": "^3.3.1",
"redux-thunk": "^2.0.1",
"whatwg-fetch": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-0.9.0.tgz"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-webpack-loaders": "^0.3.5",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"glob": "^7.0.0",
"gulp": "^3.8.10",
"gulp-minify-css": "^0.3.0",
"gulp-sass": "2.3.0",
"gulp-tap": "~0.1.1",
"gulp-util": "^3.0.1",
"jstransform": "^11.0.3",
"jstransform-loader": "^0.2.0",
"pre-commit": "^1.1.2",
"run-sequence": "^0.3.6",
"webpack": "1.12.14",
"webpack-compile-templates": "^0.1.3",
"webpack-dev-server": "^1.14.1"
},
"author": "Ziyad Parekh",
"license": "ISC",
"engines": {
"node": ">=4.3"
}
}