-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.08 KB
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
{
"name": "solid-playground",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"start": "vite preview",
"dev": "vite"
},
"dependencies": {
"@solid-primitives/scheduled": "^1.4.3",
"@solidjs/router": "^0.13.3",
"dedent": "^1.5.3",
"onigasm": "^2.2.5",
"solid-dismiss": "^1.8.1",
"solid-heroicons": "^3.2.4",
"solid-js": "1.8.17",
"solid-repl": "workspace:*"
},
"devDependencies": {
"@amoutonbrady/lz-string": "^0.1.0",
"@babel/core": "^7.24.5",
"@babel/plugin-syntax-jsx": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@babel/types": "^7.24.5",
"@solidjs/router": "^0.13.3",
"@types/babel__standalone": "^7.1.7",
"@types/dedent": "^0.7.2",
"@unocss/preset-wind": "^0.60.0",
"assert": "^2.1.0",
"csstype": "^3.1.3",
"jszip": "^3.10.1",
"monaco-editor": "^0.48.0",
"register-service-worker": "^1.7.2",
"typescript": "^5.4.5",
"unocss": "^0.60.0",
"vite": "^5.2.11",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-solid": "^2.10.2"
}
}