-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "@okfde/filingcabinet",
"version": "0.0.4",
"main": "frontend/javascript/entry.js",
"repository": "[email protected]:okfde/django-filingcabinet.git",
"author": "Stefan Wehrmeyer <[email protected]>",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint frontend --ext .js,.ts,.vue",
"serve": "vite",
"dev": "vite",
"build": "vite build"
},
"files": [
"frontend/*"
],
"dependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.3.0",
"font-awesome": "^4.7.0",
"intersection-observer": "^0.12.2",
"pdfjs-dist": "^2.9.359",
"vue": "^3.3.4",
"vue-virtual-scroller": "^2.0.0-alpha.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.27.0",
"prettier": "^3.3.3",
"sass": "^1.54.4",
"typescript-eslint": "^8.3.0",
"vite": "^4.4.7"
},
"prettier": "prettier-config-standard"
}