-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.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
{
"name": "front-trends",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"clean": "turbo run clean && rm -rf node_modules",
"lint": "next lint",
"scrap": "node ./scrap/index.js",
"scrap:prod": "NODE_ENV=production node ./scrap/index.js"
},
"dependencies": {
"@qttdev/utils": "^0.0.2",
"@visx/responsive": "^3.10.2",
"d3-array": "^3.2.4",
"d3-axis": "^3.0.0",
"d3-brush": "^3.0.0",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-time": "^3.1.0",
"d3-time-format": "^4.1.0",
"next": "^14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^2.2.5"
},
"devDependencies": {
"@types/d3-array": "^3.2.1",
"@types/d3-axis": "^3.0.6",
"@types/d3-brush": "^3.0.6",
"@types/d3-scale": "^4.0.8",
"@types/d3-scale-chromatic": "^3.0.3",
"@types/d3-selection": "^3.0.10",
"@types/d3-shape": "^3.1.6",
"@types/d3-time": "^3.0.3",
"@types/d3-time-format": "^4.0.3",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.1",
"postcss": "^8.4.41",
"serve": "^14.2.3",
"tailwindcss": "^3.4.10",
"turbo": "^2.1.0",
"typescript": "^5.3.2"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}