generated from SillyTavern/Extension-ReactTemplate
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1010 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1010 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "extension-notebook",
"version": "0.1.0",
"private": true,
"dependencies": {
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-quill-new": "^3.2.0",
"react-tabs": "^6.0.2"
},
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.1",
"eslint-config-react-app": "^7.0.1",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack-cli": "^5.1.4"
}
}