-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 751 Bytes
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
{
"name": "tutorial",
"version": "1.0.0",
"description": "",
"main": "dist/demo.js",
"scripts": {
"watch": "webpack --progress --colors --watch --config ./build.config.js",
"build": "webpack --config ./build.config.js"
},
"author": "Kasper Warguła",
"license": "MIT",
"dependencies": {
"lodash.assign": "4.0.1",
"material-ui": "0.14.3",
"react": "0.14.7",
"react-dom": "0.14.7",
"react-redux": "4.1.1",
"react-tap-event-plugin": "0.2.2",
"redux": "3.1.2",
"redux-logger": "2.4.0",
"redux-thunk": "1.0.3"
},
"devDependencies": {
"babel-loader": "6.2.1",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"path": "0.12.7",
"webpack": "1.12.12"
}
}