-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.23 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
{
"name": "cilip-poli-tode",
"version": "0.1.0",
"private": true,
"engines": {
"node": "18.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pretty": "prettier --write .",
"test": "playwright test"
},
"dependencies": {
"@mantine/core": "^3.1.8",
"@mantine/hooks": "^3.1.8",
"@mantine/next": "^3.1.8",
"@nivo/bar": "^0.80.0",
"@nivo/heatmap": "^0.80.0",
"@nivo/line": "^0.80.0",
"@sentry/nextjs": "^8.47.0",
"d3-array": "^3.2.4",
"d3-dsv": "^3.0.1",
"d3-fetch": "^3.0.1",
"dayjs": "^1.11.7",
"emailjs": "^4.0.1",
"express-rate-limit": "^5.5.1",
"fuse.js": "^6.6.2",
"lodash": "^4.17.21",
"next": "^14.2.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-simple-maps": "^3.0.0"
},
"devDependencies": {
"@playwright/test": "^1.22.2",
"@types/d3-array": "^3.0.2",
"@types/d3-fetch": "^3.0.1",
"@types/express-rate-limit": "^5.1.3",
"@types/lodash": "^4.14.176",
"@types/react": "17.0.25",
"@types/react-simple-maps": "^1.0.7",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"prettier": "^2.7.1",
"typescript": "^4.9.5"
}
}