-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.42 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
{
"name": "silk_roads",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.38.1",
"vue": "^3.5.12",
"vue-class-component": "^8.0.0-0",
"vue-router": "^4.4.4"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express-session": "^1.18.0",
"@types/ip": "^1.1.3",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-typescript": "^14.0.1",
"autoprefixer": "^10.4.20",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"eslint": "^9.10.0",
"eslint-plugin-vue": "^9.28.0",
"express": "^4.21.2",
"express-session": "^1.18.1",
"install": "^0.13.0",
"ip": "^2.0.1",
"mysql2": "^3.11.1",
"npm": "^10.9.0",
"postcss": "^8.5.0",
"random-username-generator": "^1.0.4",
"sass": "^1.79.5",
"sass-loader": "^16.0.1",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"tailwindcss": "^3.4.10",
"typescript": "~5.6.3",
"username-generator": "^1.1.0",
"vue-property-decorator": "^9.1.2",
"vuex": "^4.1.0"
}
}