-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·59 lines (59 loc) · 1.54 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
{
"name": "benchbnb",
"private": true,
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"version": "1.0.0",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"engines": {
"node": "16.14.2",
"npm": "8.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "webpack",
"start": "concurrently \"webpack --mode=development --watch\" \"node index.js\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@rails/actioncable": "^7.0.3-1",
"@types/eslint": "^8.4.5",
"babel-loader": "^8.2.5",
"bcryptjs": "^2.4.3",
"cleverbot-free": "^1.1.11",
"concurrently": "^7.3.0",
"cors": "^2.8.5",
"css-loader": "^6.7.1",
"express": "^4.18.1",
"http-proxy-middleware": "^2.0.6",
"jquery": "^3.6.1",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-router-dom": "^5.3.3",
"react-virtualized": "^9.22.3",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"use-sound": "^4.0.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"file-loader": "^6.2.0"
}
}