-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 850 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
33
{
"name": "marklineproject",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"typescript": "^5.2.2",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "^8.23.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-promise": "^6.0.1",
"vite": "^5.2.0",
"vite-plugin-babel": "^1.2.0"
},
"dependencies": {
"@babel/preset-env": "^7.24.4",
"@vitejs/plugin-legacy": "^5.3.2",
"axios": "^1.6.8",
"konva": "^9.3.6",
"terser": "^5.30.4",
"vite-plugin-dts": "^3.9.0",
"vite-plugin-eslint": "^1.8.1"
}
}