-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
58 lines (58 loc) · 1.65 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": "visawhen",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "yarn ensure-db && next dev",
"build": "yarn ensure-db && next build && next-sitemap",
"start": "next start",
"export": "yarn build && next export",
"ensure-db": "cd data/consulates && sqlite-diffable load consulates.sqlite dump/ --replace"
},
"dependencies": {
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.6",
"@emotion/serialize": "^1.1.1",
"@emotion/server": "^11.10.0",
"@emotion/utils": "^1.2.0",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mantine/core": "6.0.0-alpha.7",
"@mantine/hooks": "6.0.0-alpha.7",
"@mantine/next": "6.0.0-alpha.7",
"@next/env": "^13.2.1",
"date-fns": "^2.29.3",
"echarts": "^5.4.1",
"echarts-for-react": "^3.0.2",
"lodash": "^4.17.21",
"next": "^13.2.1",
"numeral": "^2.0.6",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-schemaorg": "^2.0.0",
"schema-dts": "^1.1.2",
"sqlite": "^4.1.2",
"sqlite3": "^5.1.4",
"tslib": "^2.5.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.2.1",
"@types/lodash": "^4.14.191",
"@types/node": "^18.14.2",
"@types/numeral": "^2.0.2",
"@types/react": "18.0.28",
"eslint": "^8.35.0",
"eslint-config-next": "^13.2.1",
"next-sitemap": "^3.1.54",
"typescript": "4.9.5"
},
"browserslist": [
">1%",
"not ie 11",
"not op_mini all"
],
"packageManager": "[email protected]"
}