-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
36 lines (36 loc) · 977 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
33
34
35
36
{
"name": "jsoncv",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"dev-site": "vite -c vite.config.site.js --host",
"build-site": "vite -c vite.config.site.js build",
"preview-site": "vite -c vite.config.site.js preview"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.33",
"@iconify/utils": "^2.0.0",
"ajv-cli": "^5.0.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"sass": "^1.54.8",
"vite": "^4.1.1",
"vite-plugin-ejs": "^1.6.4",
"vite-plugin-handlebars": "^1.6.0",
"vite-plugin-singlefile": "^0.13.2"
},
"dependencies": {
"@iconify/json": "^2.2.15",
"@json-editor/json-editor": "^2.9.0-beta.1",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"cash-dom": "^8.1.3",
"dayjs": "^1.11.7",
"ejs": "^3.1.8",
"iconify-icon": "^1.0.3",
"markdown-it": "^13.0.1",
"object-path": "^0.11.8"
}
}