-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.44 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.44 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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"version": "0.23.10",
"name": "solid-repl",
"description": "Quickly discover what the solid compiler will generate from your JSX template",
"repository": {
"type": "git",
"url": "https://github.com/solidjs/solid-playground.git"
},
"files": [
"lib",
"types"
],
"homepage": "https://playground.solidjs.com",
"author": "Alexandre Mouton-Brady",
"module": "lib/index.jsx",
"types": "types/types.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build && workbox generateSW workbox-config.js",
"build:lib": "jiti rollup.config.js",
"format": "prettier -w .",
"prepublishOnly": "pnpm build:lib",
"tsc": "tsc"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/types": "^7.18.7",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/babel__standalone": "^7.1.4",
"@types/dedent": "^0.7.0",
"@types/fs-extra": "^9.0.13",
"@types/workbox-sw": "^4.3.2",
"acorn": "^8.7.1",
"acorn-jsx": "^5.3.2",
"assert": "^2.0.0",
"fs-extra": "^10.1.0",
"jiti": "^1.14.0",
"mime": "^3.0.0",
"monaco-editor": "~0.33.0",
"register-service-worker": "^1.7.2",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-import-css": "^3.0.3",
"rollup-plugin-windicss": "^1.8.6",
"solid-app-router": "^0.4.1",
"typescript": "^4.7.4",
"vite": "^2.9.13",
"vite-plugin-solid": "^2.2.6",
"vite-plugin-windicss": "^1.8.6",
"windicss": "^3.5.6",
"workbox-cli": "^6.5.3"
},
"dependencies": {
"@amoutonbrady/lz-string": "^0.0.1",
"@babel/preset-typescript": "^7.18.6",
"@babel/standalone": "^7.18.7",
"@solid-primitives/media": "^2.0.0",
"@solid-primitives/scheduled": "^1.0.0",
"babel-preset-solid": "1.4.6",
"dedent": "^0.7.0",
"jszip": "^3.10.0",
"monaco-editor-auto-typings": "^0.4.2",
"monaco-editor-textmate": "^3.0.0",
"monaco-textmate": "^3.0.1",
"onigasm": "^2.2.5",
"path": "^0.12.7",
"prettier": "^2.7.1",
"rollup": "^2.75.7",
"solid-dismiss": "^1.2.1",
"solid-heroicons": "^2.0.3",
"solid-js": "1.4.6",
"y-webrtc": "^10.2.3",
"yjs": "^13.5.39"
},
"overrides": {
"monaco-editor": "~0.33.0"
},
"pnpm": {
"overrides": {
"monaco-editor": "~0.33.0"
}
}
}