-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.1 KB
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
{
"name": "parsing-visualization",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@types/node": "20.4.5",
"@types/react": "18.2.16",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.5.0",
"ace-builds": "^1.24.2",
"autoprefixer": "10.4.14",
"d3": "^7.8.5",
"eslint": "8.45.0",
"eslint-config-next": "13.4.12",
"framer-motion": "^10.16.4",
"lodash": "^4.17.21",
"next": "13.4.12",
"postcss": "8.4.27",
"react": "18.2.0",
"react-ace": "^10.1.0",
"react-d3-tree": "^3.6.2",
"react-dom": "18.2.0",
"react-draggable": "^4.4.6",
"react-force-graph": "^1.44.3",
"react-icons": "^4.11.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@types/d3": "^7.4.3",
"@types/lodash": "^4.14.198",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.2"
}
}