-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.77 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "ts2imba",
"version": "0.0.0",
"type": "module",
"scripts": {
"test": "vitest",
"dev": "imba serve",
"preview": "imba preview",
"build": "imba build"
},
"devDependencies": {
"@jspm/core": "github:jspm/core",
"@testing-library/dom": "^8.17.1",
"@testing-library/jest-dom": "^5.16.5",
"@vitest/ui": "^0.23.1",
"acorn": "^8.7.1",
"acorn-jsx": "^5.3.2",
"acorn-walk": "^8.2.0",
"css": "^3.0.0",
"cssesc": "^3.0.0",
"cssnano": "^5.1.11",
"esbuild": "^0.14.54",
"esbuild-wasm": "^0.14.47",
"escodegen": "^2.0.0",
"estraverse": "^5.3.0",
"imba": "^2.0.0-alpha.231",
"jsdom": "^20.0.0",
"monaco-editor": "^0.34.0",
"postcss": "^8.4.14",
"process": "^0.11.10",
"source-map": "^0.7.4",
"vite": "^4.2.0",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-tsconfig-paths-silent": "^4.0.5",
"vitest": "^0.23.4",
"vitest-github-actions-reporter-temp": "^0.8.3"
},
"dependencies": {
"@antv/g2": "^4.2.8",
"@rollup/pluginutils": "^5.0.2",
"babel-generator": "^6.26.1",
"babel-traverse": "^6.26.0",
"babylon": "^6.18.0",
"babylon-walk": "^1.0.2",
"compression": "^1.7.4",
"consola": "^2.15.3",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"diff": "^5.1.0",
"express": "^4.18.1",
"get-port": "^6.1.2",
"imba-phosphor-icons": "^1.0.2",
"magic-string": "^0.30.0",
"memfs": "^3.4.13",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"posthtml": "^0.16.6",
"posthtml-parser": "^0.11.0",
"posthtml-render": "^3.0.0",
"react-dom": "^15.4.1",
"run-s": "^0.0.0",
"serve-static": "^1.15.0",
"spyfs": "^1.0.2",
"tailwindcss": "^3.1.8",
"vite-node": "^0.23.4",
"vite-plugin-jspm": "^0.2.0"
}
}