-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.1 KB
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
{
"name": "codenough",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.30.3",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.2.0",
"bootstrap": "^5.3.8",
"matercolors": "^2.3.0",
"moment": "^2.30.1",
"netlify-identity-widget": "^2.0.3",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-router-dom": "^7.13.1",
"react-signature-pad-wrapper": "^4.3.2",
"react-unity-webgl": "^10.1.6",
"reactstrap": "^9.2.3",
"sass": "^1.97.3",
"short-unique-id": "^5.3.2",
"socket.io-client": "^4.8.3"
},
"scripts": {
"start": "vite",
"dev": "VITE_LOCAL_RUN=true vite",
"build": "vite build",
"preview": "vite preview",
"cypress:open": "cypress open"
},
"devDependencies": {
"@vitejs/plugin-react": "^5.1.4",
"cypress": "^15.11.0",
"vite": "^7.3.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"cypress",
"esbuild"
]
}
}