-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
32 lines (32 loc) · 877 Bytes
/
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
{
"name": "flipnote-player",
"version": "3.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.4.3",
"@mapbox/svg-react-transformer-loader": "^1.0.6",
"babel-plugin-react-require": "^3.0.1",
"babel-plugin-root-import": "^6.1.0",
"babel-plugin-transform-define": "^1.3.0",
"css-reset-and-normalize": "^1.0.1",
"file-saver": "^2.0.2",
"flipnote.js": "^5.4.2",
"hotkeys-js": "^3.6.13",
"immer": "^3.1.3",
"jszip": "^3.2.2",
"node-sass": "^4.12.0",
"poi": "^12.10.3",
"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-loader": "^7.1.0"
},
"scripts": {
"dev": "poi --serve",
"build": "poi --prod",
"manifest": "node ./scripts/generateManifest.js"
}
}