-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.75 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
49
50
51
52
53
54
55
56
{
"name": "restry-blog",
"description": "base on react , my react blog",
"license": "MIT",
"scripts": {
"pack": "cross-env NODE_ENV=production webpack --config build/webpack.config.prod.js --progress --colors --display-chunks",
"netlify": "netlify-lambda build express",
"debug": "cross-env NODE_ENV=development node ./build/dev.server",
"dev": "netlify-lambda serve express",
"build": "run-s pack netlify",
"start": "nodemon server-local.js"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"axios": "^0.19.2",
"react-router-dom": "^5.1.2"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@yuque/sdk": "^1.1.1",
"babel-loader": "^8.1.0",
"body-parser": "^1.19.0",
"connect-history-api-fallback": "^1.6.0",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^6.0.3",
"css-loader": "^3.5.3",
"dotenv": "^16.0.0",
"express": "^4.17.1",
"express-http-proxy": "^1.6.0",
"file-loader": "^5.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^1.0.3",
"mini-css-extract-plugin": "^0.8.2",
"netlify-lambda": "^1.6.3",
"node-sass": "^4.14.0",
"nodemon": "^1.19.2",
"npm-run-all": "^4.1.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"sass-loader": "^8.0.2",
"serverless-http": "^2.3.2",
"style-loader": "^1.2.1",
"typeface-exo": "0.0.61",
"typeface-roboto": "0.0.75",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-cli": "^3.3.11",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0"
}
}