-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.08 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": "wiggingproject3",
"version": "1.0.0",
"description": "Project 4",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"cors": "^2.8.5",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"express": "^4.18.2",
"mongodb": "^5.7.0",
"mongoose": "^7.4.0",
"path-browserify": "^1.0.1",
"querystring-es3": "^0.2.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"string_decoder": "^1.3.0",
"url": "^0.11.1",
"util": "^0.12.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"nodemon": "^3.0.1",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
}
}