-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.44 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "public-toot-viewer",
"version": "0.2.1-dev",
"description": "A Vue.js project",
"author": "hina <[email protected]>",
"private": true,
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint --ext .js,.vue,.ts src test/unit/"
},
"dependencies": {
"@vue/composition-api": "^1.6.2",
"axios": "^0.27.2",
"bootstrap": "^4.5.3",
"sanitize-html": "^2.7.1",
"striptags": "^3.2",
"vue": "^2.6.14"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@types/google.analytics": "^0.0.42",
"@vitejs/plugin-legacy": "^1.8.2",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/runtime-dom": "^3.2.36",
"@vue/test-utils": "^1.3.3",
"autoprefixer": "^10.4.7",
"c8": "^7.12.0",
"eslint": "^8.20.0",
"eslint-plugin-vue": "^8.7.1",
"happy-dom": "^3.2.2",
"regenerator-runtime": "^0.13.9",
"typescript": "^4.9.4",
"unplugin-vue2-script-setup": "^0.11.0",
"vite": "^2.9.13",
"vite-plugin-inspect": "^0.5.1",
"vite-plugin-package-config": "^0.1.1",
"vite-plugin-vue2": "^1.9.3",
"vitest": "^0.25.5",
"vue-demi": "^0.13.2",
"vue-template-compiler": "^2.6.14",
"vue-tsc": "^0.34.15"
},
"browserslist": [
"> 1%",
"not ie <= 10"
],
"postcss": {
"plugins": {
"autoprefixer": {}
}
}
}