-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.1 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
{
"name": "social-network-react-version",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "./node_modules/webpack/bin/webpack.js",
"start": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --hot --progress --colors --inline"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VividCiphers/Social-Network-Project-React-Version.git"
},
"author": "amrit_pandey",
"license": "ISC",
"bugs": {
"url": "https://github.com/VividCiphers/Social-Network-Project-React-Version/issues"
},
"homepage": "https://github.com/VividCiphers/Social-Network-Project-React-Version#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.4",
"node-sass": "^4.5.3",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-hot-loader": "^1.3.1",
"react-router-dom": "^4.1.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1"
}
}