-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.54 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.54 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "levelimposter-editor",
"description": "LevelImposter Editor",
"homepage": "https://editor.levelimposter.net/",
"version": "0.1.0",
"author": "DigiWorm",
"license": "GNU GPLv3",
"type": "module",
"private": true,
"scripts": {
"predeploy": "npm run build",
"deploy": "echo 'editor.levelimposter.net' > ./build/CNAME && gh-pages -d build",
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.3",
"@mui/icons-material": "^7.2.0",
"@mui/material": "^7.2.0",
"@pixi/react": "^8.0.2",
"eventemitter3": "^5.0.1",
"fflate": "^0.8.2",
"firebase": "^10.13.0",
"gifuct-js": "^2.1.2",
"i18next": "^23.2.3",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.1",
"interweave": "^13.1.1",
"jotai": "^2.8.0",
"jotai-devtools": "^0.7.0",
"jotai-optics": "^0.3.0",
"notistack": "^3.0.1",
"optics-ts": "^2.4.0",
"pixi-viewport": "^6.0.3",
"pixi.js": "^8.11.0",
"potpack": "^2.1.0",
"react": "^19.1.0",
"react-colorful": "^5.6.1",
"react-dom": "^19.1.0",
"react-draggable": "^4.5.0",
"react-firebase-hooks": "^5.1.1",
"react-helmet": "^6.1.0",
"react-hotkeys-hook": "^5.1.0",
"react-i18next": "^15.6.0",
"react-sortablejs": "^6.1.4",
"sortablejs": "^1.15.6"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"@nabla/vite-plugin-eslint": "^2.0.4",
"@stylistic/eslint-plugin": "^2.6.4",
"@types/node": "^24.10.1",
"@types/react": "^19.1.8",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.6",
"@types/sortablejs": "^1.15.9",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^9.4.0",
"gh-pages": "^5.0.0",
"typescript": "^5.1.5",
"typescript-eslint": "^8.36.0",
"vite": "^7.2.4",
"vite-plugin-node-polyfills": "^0.24.0",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}