-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·70 lines (70 loc) · 1.99 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
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "brcris-nextjs",
"version": "1.1.0",
"private": true,
"scripts": {
"prepare": "husky install",
"lint": "next lint --fix",
"dev": "next dev",
"start": "PORT=3000 && next start -p $PORT",
"build": "next build",
"postbuild": "next-sitemap",
"deploy": "yarn && yarn build && pm2 start yarn --name 'brcris-nextjs' --interpreter bash -- start"
},
"dependencies": {
"@json2csv/plainjs": "^7.0.6",
"@json2csv/transforms": "^7.0.6",
"@types/archiver": "^6.0.2",
"archiver": "^6.0.1",
"bootstrap": "^5.2.2",
"chart.js": "^3.9.1",
"es7": "npm:@elastic/elasticsearch@7",
"i18next": "^22.4.14",
"js-cookie": "^3.0.5",
"json-2-csv": "^5.5.0",
"jszip": "^3.10.1",
"next": "12.3.1",
"next-i18next": "^13.2.2",
"next-sitemap": "^4.2.3",
"node-fetch": "^3.3.1",
"nodemailer": "^6.9.2",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"react": "18",
"react-bootstrap": "^2.9.0",
"react-chartjs-2": "^4.3.1",
"react-csv": "^2.2.2",
"react-dom": "18",
"react-google-recaptcha": "^2.1.0",
"react-graph-vis": "^1.0.7",
"react-i18next": "^12.2.0",
"react-icons": "^4.7.1",
"react-tagcloud": "^2.3.1",
"rxjs": "^7.8.1",
"sass": "^1.58.2",
"swr": "^1.3.0"
},
"devDependencies": {
"@elastic/react-search-ui": "^1.18.1",
"@elastic/search-ui-elasticsearch-connector": "^1.18.1",
"@types/js-cookie": "^3.0.3",
"@types/node": "18.7.23",
"@types/nodemailer": "^6.4.7",
"@types/react": "18",
"@types/react-csv": "^1.1.3",
"@types/react-dom": "18",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-tagcloud": "^1.1.7",
"@types/vis": "^4.21.24",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.1",
"i": "^0.3.7",
"lint-staged": "^13.0.3",
"npm": "^9.5.0",
"prettier": "^2.7.1",
"typescript": "4.8.4"
}
}