-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.41 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
{
"name": "isomorphic-todomvc",
"version": "0.2.0",
"scripts": {
"start": "node index",
"lint": "eslint . "
},
"dependencies": {
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-plugin-transform-strict-mode": "^6.2.0",
"babel-polyfill": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.1.18",
"baobab": "^2.0.0",
"baobab-react": "^1.0.0",
"body-parser": "^1.13.2",
"classnames": "^2.1.5",
"debug": "^2.2.0",
"dotenv": "^1.2.0",
"es6-requireindex": "^0.3.7",
"express": "^4.13.1",
"handlebars": "^4.0.2",
"he": "^0.5.0",
"http-errors": "^1.3.1",
"invariant": "^2.1.1",
"isomorphine": "^0.8.12",
"jsesc": "^0.5.0",
"lodash": "^3.10.0",
"mongoose": "^4.1.0",
"param-case": "^1.1.1",
"pluralize": "^1.2.1",
"react": "^0.13.3",
"react-router": "1.0.0-beta3",
"util-inspect": "^0.1.8"
},
"devDependencies": {
"babel-eslint": "^4.1.6",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^2.1.1",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-less": "^3.0.3",
"gulp-nodemon": "^2.0.3",
"gulp-task-loader": "^1.2.1",
"react-hot-loader": "^1.2.8",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
}
}