-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
32 lines (32 loc) · 891 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
{
"name": "play-esbuild",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"copy-esbuild": "cp node_modules/esbuild-wasm/esbuild.wasm public/esbuild.wasm",
"dev": "npm run copy-esbuild && vite",
"build": "npm run copy-esbuild && vite build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/codemirror": "^5.60.5",
"@types/ejs": "^3.1.0",
"@types/parse-package-name": "^0.1.0",
"@vitejs/plugin-vue": "^1.9.3",
"@vue/compiler-sfc": "^3.2.20",
"codemirror": "^5.63.3",
"ejs": "^3.1.6",
"esbuild-wasm": "^0.15.13",
"parse-package-name": "^1.0.0",
"postcss": "^8.3.11",
"resolve.exports": "^1.1.0",
"tailwindcss": "^2.2.17",
"typescript": "^4.4.4",
"vite": "^2.6.10",
"vue": "^3.2.20"
}
}