-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.67 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
{
"name": "jsondiff-play",
"private": true,
"version": "0.3.1",
"type": "module",
"eslintConfig": {
"env": {
"browser": true,
"node": true
}
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/vue": "^1.7.19",
"@types/golang-wasm-exec": "^1.15.2",
"@types/node": "^20.11.19",
"@vue/compiler-sfc": "^3.4.19",
"@vueuse/core": "^10.7.2",
"@vueuse/shared": "^10.7.2",
"autoprefixer": "^10.4.17",
"monaco-editor": "^0.46.0",
"split.js": "^1.6.5",
"tailwindcss": "^3.4.1",
"vue": "^3.4.19"
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-tailwindcss": "^3.14.2",
"eslint-plugin-vue": "^9.21.1",
"postcss": "^8.4.35",
"postcss-font-family-system-ui": "^5.0.0",
"sass": "^1.70.0",
"stylelint": "^16.2.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.1.0",
"tailwind-scrollbar": "^3.1.0",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"vite-plugin-monaco-editor": "^1.1.0",
"vue-tsc": "^1.8.27"
}
}