-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.12 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.12 KB
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
{
"private": true,
"dependencies": {
"todomvc-app-css": "^2.0.0",
"todomvc-common": "^1.0.0"
},
"devDependencies": {
"babel-cli": "*",
"babel-core": "*",
"babel-loader": "*",
"babel-plugin-add-module-exports": "*",
"babel-plugin-transform-class-properties": "*",
"babel-plugin-transform-decorators-legacy": "*",
"babel-plugin-transform-object-rest-spread": "*",
"babel-plugin-transform-react-constant-elements": "*",
"babel-plugin-transform-react-inline-elements": "*",
"babel-preset-es2015": "*",
"babel-preset-react": "*",
"classnames": "*",
"css-loader": "*",
"jquery": "^2.1.4",
"nestedreact": "^1.0.1-a00",
"nestedtypes": "^2.0.0-a00",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-modal": "*",
"source-map-loader": "^0.2.3",
"style-loader": "*",
"tslib": "^1.8.0",
"underscore": "^1.8.3",
"valuelink": "^1.1.1",
"webpack": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node_modules/.bin/webpack",
"watch": "node_modules/.bin/webpack --progress --colors --watch"
}
}