-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "braille-translator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nodemon server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"bootstrap": "^5.2.3",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-session": "^1.17.3",
"next": "13.3.1",
"next-pwa": "^5.6.0",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"promise": "^8.3.0",
"python-shell": "^5.0.0",
"react": "18.2.0",
"react-color": "^2.19.3",
"react-dom": "18.2.0",
"react-draggable": "^4.4.5",
"slate": "^0.94.0",
"slate-history": "^0.93.0",
"slate-react": "^0.94.0",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"worker-loader": "^3.0.8"
},
"devDependencies": {
"nodemon": "^2.0.22",
"raw-loader": "^4.0.2"
}
}