-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 826 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 826 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
31
32
{
"name": "react-blogs",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "webpack-dev-server"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-runtime": "^6.6.1",
"material-ui": "^0.19.4",
"phrontend": "0.1.0-beta",
"react": "^15.5.4",
"react-dom": "^15.4.0",
"react-instantsearch": "^4.4.2",
"react-loadable": "^5.3.1",
"react-router-dom": "^4.2.2",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
},
"devDependencies": {
"babel-core": "^6.6.5",
"babel-loader": "^6.2.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015-native-modules": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0"
}
}