-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.33 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
{
"name": "visualization",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@popperjs/core": "2.11.8",
"@react-spring/parallax": "9.7.5",
"@react-spring/web": "9.7.5",
"@tailwindcss/typography": "0.5.15",
"@types/d3": "7.4.3",
"@types/lodash-es": "4.17.12",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"csv-parse": "5.5.6",
"d3": "7.9.0",
"dayjs": "1.11.13",
"eslint": "9.14.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"fs-extra": "11.2.0",
"fuse.js": "7.0.0",
"lodash-es": "4.17.21",
"next": "15.0.3",
"postcss": "8.4.49",
"prettier": "3.3.3",
"react": "19.0.0-rc-ed15d500-20241110",
"react-dom": "19.0.0-rc-ed15d500-20241110",
"react-popper": "2.3.0",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
}
}