-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 725 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 725 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
28
29
30
{
"name": "flipnote-player",
"version": "3.4.1",
"private": true,
"dependencies": {
"css-reset-and-normalize": "^1.0.1",
"file-saver": "^2.0.2",
"flipnote.js": "^6.3.0",
"hotkeys-js": "^3.6.13",
"immer": "^3.1.3",
"jszip": "^3.10.1",
"pullstate": "^1.3.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-dropzone": "^9.0.0",
"react-router-dom": "^4.3.1",
"react-transition-group": "^2.9.0",
"sass": "^1.85.0"
},
"scripts": {
"start": "vite dev",
"build": "vite build",
"manifest": "node ./scripts/generateManifest.js"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.1.1",
"vite-plugin-svgr": "^4.3.0"
}
}