-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.52 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.52 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
45
46
47
48
49
50
51
52
53
{
"name": "p5.js-packer",
"license": "MIT",
"version": "0.3.0",
"type": "module",
"scripts": {
"lint": "npx @biomejs/biome check --write",
"test": "vitest run",
"test:ui": "vitest --ui --coverage.enabled=true",
"test:coverage": "vitest run --coverage",
"dev": "vite",
"build": "tsc && vite build",
"build:gh-pages": "tsc && vite build --mode gh-pages",
"preview": "vite preview"
},
"devDependencies": {
"@biomejs/biome": "^2.3.7",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/js-beautify": "^1.14.3",
"@types/node": "^24.0.3",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react-swc": "^4.2.2",
"@vitest/coverage-v8": "^4.0.13",
"@vitest/ui": "^4.0.13",
"happy-dom": "^20.8.9",
"lefthook": "^2.0.4",
"typescript": "^5.8.3",
"vite": "^7.2.4",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.13"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^5.2.6",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.6",
"ace-builds": "^1.43.0",
"es-toolkit": "^1.43.0",
"i18next-browser-languagedetector": "^8.2.0",
"jotai": "^2.12.5",
"js-beautify": "^1.15.4",
"react": "^19.1.0",
"react-ace": "^14.0.1",
"react-dom": "^19.1.0",
"react-i18next": "^16.3.5",
"terser": "^5.42.0",
"vite-plugin-svgr": "^4.5.0"
}
}