-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.61 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "petal-patch",
"version": "1.0.0",
"description": "This is a react and express app",
"main": "server/app.js",
"scripts": {
"start": "webpack && node ./server/app.js",
"dev": "nodemon ./server/app.js",
"build": "webpack",
"killNodeWin": "taskkill -F -IM node.exe",
"killNodeLinux": "killall .node.bin",
"watch": "./node_modules/.bin/webpack --watch --config webpack.dev.js"
},
"dependencies": {
"apollo-server-express": "^2.23.0",
"axios": "^0.21.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^5.2.1",
"dompurify": "^2.2.7",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
"express-slow-down": "^1.4.0",
"file-loader": "^6.2.0",
"fs": "^0.0.1-security",
"graphql": "^15.5.0",
"https-browserify": "^1.0.0",
"install": "^0.13.0",
"jsdom": "^16.5.2",
"net": "^1.0.2",
"npm": "^7.11.1",
"react": "^17.0.2",
"react-burger-menu": "^3.0.6",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-scroll-parallax": "^2.3.5",
"react-transition-group": "^4.4.1",
"readline": "^1.3.0",
"recompose": "^0.17.0",
"sass-loader": "^11.0.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"srepollock-browserify-fs": "^1.0.1",
"stream-http": "^3.1.1",
"style-loader": "^2.0.0",
"utf-8-validate": "^5.0.4",
"util": "^0.12.3",
"webpack": "^5.32.0",
"webpack-node-externals": "^2.5.2"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-constant-elements": "^7.13.13",
"@babel/plugin-transform-react-inline-elements": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@babel/runtime": "^7.13.10",
"@svgr/webpack": "^5.5.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"puppeteer": "^8.0.0",
"react-hot-loader": "^4.13.0",
"url-loader": "^4.1.1",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
}
}