-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.55 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
{
"name": "morepath_cerebral_todomvc",
"version": "0.1.0",
"description": "Hypermedia todomvc application powered with morepath and cerebral",
"repository": {
"type": "git",
"url": "git+https://github.com/morepath/morepath_cerebral_todomvc.git"
},
"keywords": [
"cerebral",
"morepath",
"todomvc",
"REST"
],
"author": "Henri Hulski <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/morepath/morepath_cerebral_todomvc/issues"
},
"homepage": "https://github.com/morepath/morepath_cerebral_todomvc#readme",
"scripts": {
"build": "webpack",
"predeploy": "npm run build",
"test": "standard"
},
"dependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"cerebral": "^1.0.1",
"cerebral-module-devtools": "^0.7.2",
"cerebral-module-http": "^0.5.0",
"cerebral-module-router": "^0.17.1",
"cerebral-view-react": "^0.12.12",
"classnames": "^2.2.5",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"style-loader": "^0.13.1",
"todomvc-app-css": "^2.0.6",
"todomvc-common": "^1.0.2",
"uuid": "^2.0.3",
"webpack": "^1.13.2"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"standard": "^8.1.0"
},
"standard": {
"parser": "babel-eslint",
"ignore": [
"webpack.config.js",
"static/*.js"
]
},
"babel": {
"presets": [
"es2015",
"react"
]
}
}