-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 1.06 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": "cross-code",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@tweakpane/plugin-essentials": "^0.1.4",
"@types/acorn": "^4.0.6",
"@types/estree": "0.0.51",
"acorn": "^8.7.1",
"acorn-walk": "^8.2.0",
"astring": "^1.8.3",
"csstype": "^3.1.0",
"monaco-editor": "^0.33.0",
"perfect-arrows": "^0.3.7",
"tweakpane": "^3.1.0",
"vite-plugin-monaco-editor": "^1.1.0"
},
"devDependencies": {
"@tweakpane/core": "^1.1.0",
"@types/svg-intersections": "^0.4.1",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
"ignore-loader": "^0.1.2",
"sass": "^1.53.0",
"sass-loader": "^13.0.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"url-loader": "^4.1.1",
"vite": "^2.9.12"
}
}