-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.56 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": "reduxiplate",
"version": "0.1.0",
"description": "A simple fullstack boilerplate using react, redux, jspm, express, PostCSS ",
"main": "index.js",
"scripts": {
"start": "nodemon"
},
"keywords": [
"react",
"redux",
"jspm",
"express",
"postcss",
"boilerplate"
],
"author": "Mutahhir Ali Hayat <mutahhir.ali@gmail.com>",
"license": "MIT",
"devDependencies": {
"eslint": "^1.9.0",
"eslint-plugin-react": "^3.8.0",
"nodemon": "^1.8.1"
},
"dependencies": {
"babel-core": "^6.1.2",
"babel-preset-es2015": "^6.1.2",
"babel-preset-react": "^6.1.18",
"body-parser": "^1.14.1",
"compression": "^1.6.0",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"jspm": "^0.16.14",
"method-override": "^2.3.5",
"morgan": "^1.6.1",
"q": "^1.4.1"
},
"jspm": {
"directories": {
"baseURL": "app/client"
},
"dependencies": {
"gaearon/redux-devtools": "github:gaearon/redux-devtools@^2.1.5",
"history": "npm:history@^1.13.0",
"react": "npm:react@^0.14.2",
"react-dom": "npm:react-dom@^0.14.2",
"react-redux": "npm:react-redux@^4.0.0",
"react-router": "npm:react-router@^1.0.0",
"redux": "npm:redux@^3.0.4",
"redux-logger": "npm:redux-logger@^2.0.4",
"redux-simple-router": "npm:redux-simple-router@^0.0.7",
"redux-thunk": "npm:redux-thunk@^1.0.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}