-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 loc) · 1.37 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
{
"name": "optn.club",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"dev:host": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"start": "node server.js",
"lint": "eslint . --ext .js,.ts,.vue --cache --fix"
},
"dependencies": {
"change-case": "^4.1.2",
"compression": "^1.7.4",
"deep-object-diff": "^1.1.9",
"express": "^4.18.2",
"express-sslify": "^1.2.0",
"lz-string": "^1.5.0",
"uuid": "^9.0.1",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@babel/types": "^7.22.17",
"@types/lz-string": "^1.3.34",
"@types/node": "^18.15.12",
"@types/uuid": "^9.0.3",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/eslint-config-airbnb": "^7.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.49.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import-newlines": "^1.3.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.17.0",
"eslint-plugin-vuejs-accessibility": "^2.2.0",
"postcss": "^8.4.29",
"stylelint": "^15.10.3",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.11"
}
}