-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "webvn",
"version": "0.0.1",
"description": "A visual novel tookit for the web",
"main": "index.js",
"scripts": {
"build": "webpack --mode=production",
"dev": "webpack serve",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint '**/*.ts'",
"prettier": "prettier -c '**/*.ts'"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/animejs": "^3.1.3",
"@types/codemirror": "^0.0.109",
"@types/pegjs": "^0.10.2",
"@types/yaml": "^1.9.7",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^6.8.1",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"file-loader": "^6.2.0",
"pegjs": "^0.10.0",
"pegjs-loader": "^0.5.6",
"prettier": "^2.2.1",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"codemirror": "^5.61.0",
"js-base64": "^3.7.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"to-readable-stream": "^4.0.0",
"yaml": "2.0.0-4",
"zod": "^3.0.0"
}
}