-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.5 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
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "opencracia",
"private": true,
"scripts": {
"dev": "node scripts/translations.js generate_translations && next dev",
"build": "node scripts/db.js && next build",
"start": "next start",
"lint": "next lint",
"test": "next test"
},
"dependencies": {
"@blueprintjs/core": "^3.52.0",
"@blueprintjs/select": "^3.18.12",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.17",
"@reduxjs/toolkit": "^1.8.5",
"axios": "^0.25.0",
"bcrypt": "^5.0.1",
"classnames": "^2.3.1",
"cookies-next": "^2.1.1",
"crypto-js": "^4.1.1",
"d3-scale-chromatic": "^3.0.0",
"d3plus-color": "^1.0.0",
"d3plus-geomap": "^1.0.0",
"d3plus-react": "^1.1.1",
"dotenv": "^16.0.3",
"echarts-for-react": "^3.0.2",
"fs": "^0.0.1-security",
"i18next": "^21.6.10",
"i18next-browser-languagedetector": "^6.1.3",
"i18next-http-backend": "^1.3.2",
"make-runnable": "^1.4.0",
"marked": "^4.2.2",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"next": "^12.3.1",
"next-i18next": "^10.2.0",
"next-plausible": "^3.1.6",
"next-redux-wrapper": "^8.0.0",
"next-seo": "^4.29.0",
"next-translate": "^1.3.3",
"next-transpile-modules": "^9.0.0",
"nookies": "^2.5.2",
"numeral": "^2.0.6",
"pg": "^8.7.1",
"pg-format": "^1.0.4",
"react": "17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-circular-progressbar": "^2.0.4",
"react-dnd": "^15.1.1",
"react-dnd-touch-backend": "^15.1.1",
"react-dom": "17.0.2",
"react-ga": "^3.3.0",
"react-google-recaptcha-v3": "^1.9.7",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-recaptcha-v3": "^2.0.1",
"react-redux": "^7.2.9",
"reaptcha": "^1.7.3",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"sass": "^1.49.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@vue/test-utils": "^2.0.0-rc.17",
"eslint": "^8.10.0",
"eslint-config-next": "12.0.9",
"jest": "^27.5.1",
"jest-react-native": "^18.0.0",
"toast-notification-alert": "^1.0.5"
}
}