-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.98 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "totem",
"version": "0.0.0",
"main": "index.js",
"devDependencies": {
"@emotion/react": "^11.14.0",
"@mantine/core": "^7.15.1",
"@mantine/dropzone": "^7.15.1",
"@mantine/form": "^7.15.1",
"@mantine/hooks": "^7.15.1",
"@mantine/modals": "^7.15.1",
"@mantine/notifications": "^7.15.1",
"@mantine/nprogress": "^7.15.1",
"@pity/vite-plugin-react-markdown": "^0.1.1",
"@testing-library/react": "^14.0.0",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.merge": "^4.6.9",
"@types/lodash.omit": "^4.5.8",
"@types/musicmetadata": "^2.0.8",
"@types/node": "^20.8.9",
"@types/wicg-file-system-access": "^2023.10.2",
"@types/yauzl": "^2.10.3",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/ui": "^2.1.8",
"buffer": "^6.0.3",
"eslint": "^9.17.0",
"eslint-config-love": "^113.0.0",
"idb-keyval": "^6.2.1",
"jsdom": "^25.0.1",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.2",
"lodash.omit": "^4.5.0",
"musicmetadata": "^2.0.5",
"node-hmr": "^1.4.0",
"prettier": "^3.4.2",
"prettier-eslint": "^16.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remote-web-streams": "^0.2.0",
"svg2img": "^1.0.0-beta.2",
"tsafe": "^1.8.5",
"tsc-watch": "^6.2.1",
"typed-web-workers": "^4.0.0",
"typescript": "^5.7.2",
"valtio": "^2.1.2",
"vite": "^6.0.5",
"vite-plugin-checker": "^0.8.0",
"vitest": "^2.1.8",
"webworker": "^0.8.4",
"whatwg-streams": "^0.1.1",
"yauzl": "^3.2.0"
},
"private": true,
"scripts": {
"prestart": "npm run build",
"dev": "vite dev",
"lint": "bun exec 'prettier src --check && eslint src'",
"lint:fix": "bun exec 'prettier src --write && eslint src --fix'",
"test": "vitest run",
"test:dev": "vitest watch --ui",
"build": "vite build",
"preview": "vite preview",
"test:debug": "vitest run -t 'gme should produce a valid gme file'"
},
"type": "module",
"dependencies": {}
}