forked from 18F/api.data.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 986 Bytes
/
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
{
"scripts": {
"lint:js": "eslint --ignore-path .gitignore .",
"lint": "yarn lint:js",
"prettier:check": "prettier --check ."
},
"dependencies": {
"@uswds/uswds": "^3.4.1",
"a11y-dialog": "^7.3.0",
"bootstrap": "^5.1.0",
"datatables.net-dt": "^1.11.5",
"echarts": "^5.3.1",
"escape-html": "^1.0.3",
"form-serialize": "^0.7.2",
"jquery": "^3.6.0",
"ky": "^1.1.3",
"lodash-es": "^4.17.21",
"pinia": "^2.0.12",
"vue": "^3.2.31",
"vue-router": "^4.0.14"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint": "^8.12.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.31",
"postcss-cli": "^10.0.0",
"postcss-prefixwrap": "^1.29.0",
"postcss-relative-rem": "^0.1.0",
"prettier": "^3.0.3",
"prettier-plugin-go-template": "^0.0.15"
}
}