-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.33 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
{
"name": "figma-plugin-marko-run-template",
"description": "The default Marko starter app with TypeScript",
"version": "1.0.0",
"type": "module",
"dependencies": {
"@marko/run-adapter-netlify": "^0.1.9",
"@marko/run-adapter-node": "^0.1.12",
"@marko/run-adapter-static": "^0.1.6",
"@marko/tags-api-preview": "^0.7.5",
"terse": "^0.1.0",
"undici": "^6.0.1"
},
"peerDependencies": {
"@marko/run": "^0"
},
"devDependencies": {
"@molgenis/vite-plugin-inline": "^1.0.14",
"@tsconfig/node20": "^20.1.2",
"@types/debug": "^4.1.12",
"@types/html-minifier-terser": "^7.0.2",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.3",
"@types/rollup": "^0.54.0",
"@types/serve-static": "^1.15.5",
"cross-env": "^7.0.3",
"debug": "^4.3.4",
"esbuild": "^0.19.8",
"fast-glob": "^3.3.2",
"html-minifier-terser": "^7.2.0",
"mocha": "^10.2.0",
"mocha-snap": "^5.0.0",
"prettier": "^3.1.0",
"rollup": "^4.9.1",
"serve-static": "^1.15.0",
"tsx": "^4.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.6",
"vite-plugin-singlefile": "^0.13.5"
},
"private": true,
"scripts": {
"dev": "marko-run",
"build": "marko-run build ",
"vb": "vite build",
"preview": "marko-run preview",
"start": "node --enable-source-maps ./dist/index.mjs"
}
}