-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "pubstudio-builder-demo",
"version": "1.0.0",
"description": "Example project using @pubstudio/builder to create a custom site builder.",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@intlify/core-base": "^9.13.1",
"@pubstudio/builder": "1.2.0",
"petite-vue-i18n": "^9.13.1",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@samatech/postcss-basics": "^0.7.4",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.26.0",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.5.2",
"vite": "^5.3.2",
"vue-eslint-parser": "^9.4.3"
}
}