-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 852 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
37
38
39
{
"name": "pure",
"version": "0.10.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --open",
"lint": "eslint src"
},
"dependencies": {
"@mdi/font": "^6.5.95",
"@vitejs/plugin-vue": "^4.3.3",
"@vue/compiler-sfc": "^3.3.4",
"bulma": "^0.9.3",
"core-js": "^3.21.0",
"d3": "^7",
"idb-keyval": "^6.2.1",
"lodash": "^4.17.21",
"lz-string": "^1.4.4",
"pinia": "^2.1.6",
"sass": "^1.49.7",
"tippy.js": "^6.3.7",
"vite": "^4.5.2",
"vue": "^3.3.4",
"vue-tippy": "^6.3.1",
"vuetify": "^3.3.14"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.1.0",
"eslint": "^8.9.0",
"eslint-plugin-vue": "^9.15.1",
"unplugin-vue-components": "^0.25.1"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}