-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.48 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
{
"name": "barotrauma-db",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "npm run lint && vite build",
"lint": "eslint src && vue-tsc --noEmit",
"preview": "vite preview"
},
"dependencies": {
"fflate": "^0.7.2",
"idb": "^7.0.0",
"mitt": "^3.0.0",
"naive-ui": "^2.23.2",
"ramda": "^0.27.1",
"rxjs": "^7.5.1",
"stream": "^0.0.2",
"vue": "^3.2.25",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@types/ramda": "^0.27.62",
"@types/xml-js": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@vitejs/plugin-vue": "^2.0.1",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"eslint": "^8.6.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0",
"postcss-less": "^5.0.0",
"prettier": "^2.5.1",
"sass": "^1.45.2",
"stylelint": "^14.2.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-recommended": "^6.0.0",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.1.0",
"typescript": "^4.5.4",
"vite": "^2.7.10",
"vue-tsc": "^0.30.1"
}
}