-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.17 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
{
"name": "betternovelpia",
"version": "10.7.5",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "webpack --config webpack.prod.js",
"dev": "webpack-dev-server --config webpack.dev.js"
},
"devDependencies": {
"@swc/core": "^1.10.1",
"@types/js-cookie": "^3.0.6",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/styled-components": "^5.1.34",
"@types/webpack-env": "^1.18.5",
"cash-dom": "^8.1.5",
"html-entities": "^2.5.2",
"js-cookie": "^3.0.5",
"ky": "^1.7.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-is": "^19.0.0",
"regenerator-runtime": "^0.14.1",
"styled-components": "^6.1.13",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.11",
"typescript": "^5.7.2",
"use-force-update": "^1.0.11",
"use-long-press": "^3.2.0",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0",
"webpack-merge": "^6.0.1",
"webpack-userscript": "^3.2.2"
},
"packageManager": "[email protected]"
}