forked from vta/tax-measures-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.55 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
54
55
56
57
58
{
"name": "tax-measures-website",
"version": "0.1.0",
"private": true,
"engines": {
"node": "18.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"lint": "next lint",
"publish-search": "export $(cat .env) && node ./tasks/publish-search",
"prepare": "husky install"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@turf/bbox": "^6.5.0",
"algoliasearch": "^4.14.3",
"apexcharts": "^3.37.1",
"bootstrap": "^4.6.1",
"cross-fetch": "^3.1.5",
"lodash": "^4.17.21",
"mapbox-gl": "^2.13.0",
"memory-cache": "^0.2.0",
"moment": "^2.29.4",
"next": "13.2.0",
"next-seo": "^5.15.0",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-bootstrap": "^1.6.1",
"react-copy-to-clipboard": "^5.1.0",
"react-csv": "^2.2.2",
"react-dom": "18.2.0",
"react-https-redirect": "^1.1.0",
"react-map-gl": "^7.0.21",
"react-markdown": "^8.0.5",
"react-select": "^5.7.0",
"react-slidedown": "^2.4.7",
"remark-breaks": "^3.0.2"
},
"devDependencies": {
"@types/node": "18.14.1",
"eslint": "8.34.0",
"eslint-config-next": "^13.2.0",
"husky": "^8.0.3",
"prettier": "^2.8.4",
"pretty-quick": "^3.1.3",
"typescript": "4.9.5"
},
"prettier": {
"singleQuote": true
}
}