-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 773 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 773 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build_static": "composer run dev &; server_pid=$!; sleep 3; php artisan export; kill $server_pid"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0.5",
"sass": "^1.77.7",
"vite": "^5.3.3"
},
"dependencies": {
"@archethicjs/ae-contract-test": "^1.0.14",
"@archethicjs/sdk": "^2.0.0",
"@react-three/drei": "^9.108.3",
"@react-three/fiber": "^8.16.8",
"classnames": "^2.5.1",
"gsap": "^3.12.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"three": "^0.166.1"
}
}