-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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
37
38
39
40
41
42
43
{
"name": "kobo2notion",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@notionhq/client": "^2.2.3",
"@vicons/ionicons5": "^0.12.0",
"naive-ui": "^2.34.3",
"safe-await": "^2.0.0",
"sql.js": "^1.8.0",
"vue": "^3.2.45"
},
"devDependencies": {
"@unocss/preset-attributify": "^0.48.0",
"@unocss/preset-wind": "^0.48.0",
"@vitejs/plugin-vue": "4.0.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.8.0",
"postcss-html": "^1.5.0",
"postcss-nested": "^6.0.0",
"postcss-preset-env": "^7.8.3",
"postcss-scss": "^4.0.6",
"prettier": "^2.8.1",
"stylelint": "^14.16.0",
"stylelint-config-property-sort-order-smacss": "^9.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-order": "^5.0.0",
"unocss": "^0.48.0",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vite": "4.0.3",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pwa": "^0.14.0",
"vite-plugin-stylelint": "^4.1.4"
}
}