-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 651 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 651 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
{
"name": "nut-mark",
"private": true,
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.47"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.16",
"@iconify/vue": "^4.1.1",
"@vitejs/plugin-vue": "^4.2.1",
"autoprefixer": "^10.4.14",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-vue": "^9.10.0",
"postcss": "^8.4.22",
"sass": "^1.62.0",
"tailwindcss": "^3.3.1",
"vite": "^4.3.3"
}
}