-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·38 lines (38 loc) · 965 Bytes
/
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
{
"name": "rm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot",
"build": "webpack"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"html-webpack-plugin": "^3.2.0",
"webpack-cli": "^2.1.4",
"webpack-dev-server": "^3.1.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sunsnba/ReactRealty.git"
},
"bugs": {
"url": "https://github.com/sunsnba/ReactRealty/issues"
},
"homepage": "https://github.com/sunsnba/ReactRealty#readme",
"dependencies": {
"@babel/core": "^7.0.0-beta.49",
"@babel/preset-react": "^7.0.0-beta.49",
"babel-core": "^6.26.0",
"babel-loader": "^8.0.0-beta",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"webpack": "^4.10.2"
}
}