-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.94 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
65
66
67
68
69
70
71
72
73
74
{
"name": "syncano-redux-todo",
"version": "0.0.1",
"author": "Daniel Siwek",
"private": true,
"devDependencies": {
"autoprefixer": "6.7.7",
"babel-core": "6.24.0",
"babel-eslint": "7.2.1",
"babel-jest": "19.0.0",
"babel-loader": "6.4.1",
"babel-preset-react-app": "2.2.0",
"babel-runtime": "6.20.0",
"case-sensitive-paths-webpack-plugin": "2.0.0",
"chalk": "1.1.3",
"connect-history-api-fallback": "1.3.0",
"cross-spawn": "5.1.0",
"css-loader": "0.28.0",
"detect-port": "1.1.1",
"dotenv": "4.0.0",
"enzyme": "2.8.0",
"eslint": "3.19.0",
"eslint-config-react-app": "0.6.2",
"eslint-loader": "1.7.1",
"eslint-plugin-flowtype": "2.30.4",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.3",
"extract-text-webpack-plugin": "2.1.0",
"fs-extra": "2.1.2",
"html-webpack-plugin": "2.28.0",
"http-proxy-middleware": "0.17.4",
"jest": "19.0.2",
"json-loader": "0.5.4",
"node-sass": "^4.5.2",
"object-assign": "4.1.1",
"promise": "7.1.1",
"react-addons-test-utils": "15.3.0",
"react-dev-utils": "0.5.2",
"sass-loader": "6.0.3",
"style-loader": "0.16.1",
"svg-inline-loader": "^0.7.1",
"url-loader": "0.5.8",
"webpack": "2.3.3",
"webpack-dev-server": "2.4.2",
"webpack-manifest-plugin": "1.1.0",
"whatwg-fetch": "2.0.3"
},
"dependencies": {
"classnames": "2.2.5",
"moment": "^2.18.1",
"react": "15.3.0",
"react-dom": "15.3.0",
"react-inlinesvg": "^0.5.5",
"react-redux": "5.0.3",
"redux": "3.5.2",
"redux-thunk": "^2.2.0",
"syncano-client": "0.15.2-6",
"todomvc-app-css": "2.1.0"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js"
},
"babel": {
"presets": [
"react-app"
]
},
"eslintConfig": {
"extends": "react-app"
}
}