forked from GSA/api.data.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.08 KB
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
{
"name": "api.data.gov",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@uswds/uswds": "^3.13.0",
"a11y-dialog": "^8.1.5",
"bootstrap": "^5.3.8",
"datatables.net-dt": "^2.3.8",
"echarts": "^6.1.0",
"escape-html": "^1.0.3",
"form-serialize": "^0.7.2",
"ky": "^1.14.3",
"lodash-es": "^4.18.1",
"pinia": "^3.0.4",
"vue": "^3.5.40",
"vue-router": "^5.2.0"
},
"devDependencies": {
"@eslint/compat": "^2.1.0",
"@eslint/js": "^10.0.1",
"autoprefixer": "^10.5.4",
"eslint": "^10.7.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-vue": "^10.10.0",
"globals": "^17.7.0",
"postcss": "^8.5.23",
"postcss-cli": "^11.0.1",
"postcss-prefixwrap": "^1.58.0",
"postcss-relative-rem": "^1.0.0",
"prettier": "^3.9.6",
"prettier-plugin-go-template": "^0.0.15",
"vue-eslint-parser": "^10.4.1"
}
}