-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.42 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
{
"name": "img-resize-example",
"version": "0.0.0",
"license": "MIT",
"description": "Example of uploading and resizing images.",
"scripts": {
"dev": "kotatsu serve --port 3000 --babel --config webpack.config.js src/index.js",
"build": "kotatsu build client --babel --config webpack.config.js --minify src/index.js -o dist",
"start": "npm run build && node server.js"
},
"dependencies": {
"isomorphic-fetch": "2.2.1",
"page": "1.6.4",
"react": "0.14.7",
"react-dom": "0.14.7",
"react-redux": "4.4.1",
"react-router": "2.0.1",
"react-router-redux": "4.0.1",
"redux": "3.3.1",
"redux-actions": "0.9.1",
"redux-logger": "2.6.1",
"redux-mock-store": "1.0.2",
"redux-recycle": "1.1.2",
"redux-thunk": "2.0.1"
},
"devDependencies": {
"autoprefixer": "6.3.5",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-3": "6.5.0",
"css-loader": "0.23.1",
"eslint": "2.5.3",
"eslint-config-airbnb": "6.2.0",
"eslint-plugin-react": "4.2.3",
"extract-text-webpack-plugin": "1.0.1",
"glob": "7.0.3",
"kotatsu": "0.13.0",
"node-sass": "3.5.0-beta.1",
"null-loader": "0.1.1",
"postcss-loader": "0.8.2",
"react-addons-test-utils": "0.14.7",
"sass-loader": "3.2.0",
"style-loader": "0.13.1",
"tap-webpack-plugin": "1.1.0",
"tape": "4.5.1"
}
}