-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 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
53
{
"name": "@berkmankleincenter/nymspace_client",
"repository": "https://github.com/berkmancenter/nymspace_server",
"version": "3.2.0",
"engines": {
"node": "^20",
"npm": "please-use-yarn",
"yarn": ">=1"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue src/",
"lint:fix": "eslint --ext .js,.vue --fix src/",
"audit:critical": "npm run audit-ci --critical",
"prepare": "husky install"
},
"dependencies": {
"@heroicons/vue": "^1.0.6",
"@vuepic/vue-datepicker": "^10.0.0",
"axios": "^0.24.0",
"socket.io-client": "^4.4.0",
"uuid": "^9.0.0",
"vue": "^3.2.16",
"vue-cookie-next": "^1.3.0",
"vue-linkify": "^1.0.1",
"vue-router": "4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.3",
"audit-ci": "^7.1.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-vue": "^8.1.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"postcss": "^8.4.1",
"prettier": "^3.3.3",
"tailwindcss": "^2.2.19",
"vite": "^2.6.4"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"utf-8-validate": "^5.0.10"
}
}