-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 997 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 997 Bytes
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
{
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"name": "Whispr",
"scripts": {
"build": "npm run build --workspaces --if-present",
"prebuild": "npm run prebuild --workspaces --if-present",
"pretest": "npm run prebuild --workspaces --if-present",
"start": "npm start --workspaces --if-present",
"test": "npm test --workspaces --if-present"
},
"type": "module",
"workspaces": [
"src/Whispr_frontend"
],
"dependencies": {
"@dfinity/agent": "^2.4.1",
"@dfinity/candid": "^2.4.1",
"@dfinity/principal": "^2.4.1",
"@headlessui/react": "^2.2.2",
"@nfid/identitykit": "^1.0.13",
"@react-spring/web": "^9.7.5",
"axios": "^1.9.0",
"classnames": "^2.5.1",
"framer-motion": "^12.9.2",
"lucide": "^0.503.0",
"lucide-react": "^0.503.0",
"react": "^18.3.1",
"three": "^0.176.0"
},
"devDependencies": {
"dotenv": "^16.5.0",
"prettier": "^3.5.3",
"vite-plugin-environment": "^1.1.3"
}
}