forked from AmongUs-AI-2-0/amongus-ai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.62 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
{
"name": "aimong-us",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=production node server/server.js",
"build": "cross-env NODE_ENV=production webpack",
"dev": "cross-env NODE_ENV=development webpack --watch & nodemon server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aimong-us/aimong-us.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aimong-us/aimong-us/issues"
},
"homepage": "https://github.com/aimong-us/aimong-us#readme",
"dependencies": {
"axios": "^1.3.2",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"bootstrap": "^5.2.3",
"cookie-parser": "^1.4.6",
"css-loader": "^6.7.3",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"knex": "^2.4.2",
"pg": "^8.9.0",
"postcss-loader": "^7.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.58.0",
"sass-loader": "^13.2.0",
"socket.io": "^4.5.4",
"socket.io-client": "^4.5.4",
"style-loader": "^3.3.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.1.2",
"cross-env": "^7.0.3",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"nodemon": "^2.0.20",
"prettier": "^2.8.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}