-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.71 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@rottier/3dawg",
"version": "0.1.1",
"type": "module",
"author": "rottier <[email protected]>",
"license": "Apache-2.0",
"homepage": "https://rottier.github.io/3dawg",
"scripts": {
"dev": "vite",
"build": "rimraf ./dist && wasm-pack build --out-dir dist/wasm && tsc -b && vite build --emptyOutDir=false",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"watch": "cargo watch -i .gitignore -i \"dist/wasm/*\" -s \"wasm-pack build\"",
"predeploy": "yarn build",
"deploy": "yarn gh-pages -d build"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@xyflow/react": "^12.0.4",
"animation-timeline-js": "^2.3.5",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-resizable-panels": "^2.0.22",
"standardized-audio-context": "^25.3.76",
"typescript-json-serializer": "^6.0.1"
},
"devDependencies": {
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"gh-pages": "^6.1.1",
"jsdom": "^24.1.1",
"postcss": "^8.4.40",
"standardized-audio-context-mock": "^9.7.7",
"tailwindcss": "^3.4.7",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2",
"vite": "^5.3.4",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^2.0.5",
"web-audio-test-api": "^0.5.2"
}
}