-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 853 Bytes
/
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
{
"name": "uttt",
"version": "2.0.0",
"engines" : {
"node" : "^12.22.10",
"npm" : "^6.14.16"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"serve": "node server.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@replit/database": "^2.0.1",
"@tensorflow/tfjs": "^3.12.0",
"@tensorflow/tfjs-node": "^3.12.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"helmet": "^4.6.0",
"lodash.clonedeep": "^4.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-loader-spinner": "^5.0.8",
"react-router-dom": "^5.3.0",
"vite": "^2.3.8",
"ws": "^8.2.2"
}
}