-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.21 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.21 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
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
65
66
67
68
69
70
71
72
73
{
"name": "react-todoMVC",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "webpack-dev-server --inline",
"sit": "ENV=sit webpack --profile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"babel-preset-react": "^6.16.0",
"classnames": "^2.2.5",
"fs": "^0.0.1-security",
"html-webpack-plugin": "^2.24.1"
},
"devDependencies": {
"autoprefixer": "^6.4.1",
"babel-core": "^6.0.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-es2015-ie": "^6.6.2",
"babel-preset-stage-2": "^6.0.0",
"bourbon": "^4.2.7",
"chokidar": "^1.6.0",
"clean-webpack-plugin": "^0.1.10",
"coffee-script": "^1.10.0",
"css-loader": "^0.25.0",
"eslint": "^3.7.1",
"eslint-config-standard": "^6.2.0",
"eslint-plugin-html": "^1.5.3",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.1",
"expose": "^0.1.4",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"fs-plus": "^2.9.2",
"glob": "^7.1.0",
"jquery": "^3.1.0",
"mcore3": "^3.0.26",
"moment": "^2.13.0",
"node-sass": "^3.10.0",
"nunjucks": "^2.5.2",
"open-browser-webpack-plugin": "0.0.2",
"postcss": "^5.2.0",
"postcss-assets": "^4.1.0",
"postcss-at2x": "^2.0.0",
"postcss-loader": "^0.13.0",
"react": "^15.3.0",
"react-addons-test-utils": "^15.3.0",
"react-dom": "^15.3.0",
"react-redux": "^4.4.5",
"react-scripts": "^0.6.0",
"redux": "^3.5.2",
"sass-loader": "^4.0.2",
"todomvc-app-css": "^2.0.6",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dashboard": "^0.1.8",
"webpack-dev-server": "^1.16.1",
"webpack-svgstore-plugin": "^3.0.4"
}
}