-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 829 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 829 Bytes
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
{
"name": "landing",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/font": "^7.1.96",
"frappe-charts": "^1.6.2",
"js-beautify": "^1.14.7",
"prismjs": "^1.29.0",
"roboto-fontface": "^0.10.0",
"vue": "^3.2.47",
"vue-meta": "3.0.0-alpha.10",
"vue-prism-editor": "2.0.0-alpha.2",
"vue-router": "^4.1.6",
"vue-stripe-menu": "^2.1.1",
"vuetify": "^3.1.4",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"sass": "^1.58.0",
"vite": "^3.2.5",
"vite-plugin-vuetify": "^1.0.2"
},
"type": "module"
}