-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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": "front-spa",
"version": "1.0.0",
"description": "this is Front-SPA web service developed by React Framework.",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --hot",
"production": "webpack -p",
"bundle": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OSS-MinusZ-Smoky/Front-SPA.git"
},
"author": "MinusZ",
"license": "ISC",
"bugs": {
"url": "https://github.com/OSS-MinusZ-Smoky/Front-SPA/issues"
},
"homepage": "https://github.com/OSS-MinusZ-Smoky/Front-SPA#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.0",
"prop-types": "^15.6.2",
"style-loader": "^0.22.1",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"dependencies": {
"express": "^4.16.3",
"google-map-react": "^1.0.9",
"google-maps-react": "^2.0.2",
"node-sass": "^4.9.3",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-js-google-maps": "^1.5.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"sass-loader": "^7.1.0",
"typeface-roboto": "0.0.54"
}
}