-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 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
{
"name": "platooning-simulation",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "pnpm lang && next dev",
"build": "pnpm lang && pnpm next build",
"start": "next start",
"lint": "next lint",
"lang": "paraglide-js compile --project ./project.inlang.json",
"clean": "rm -rf node_modules"
},
"dependencies": {
"@p5-wrapper/next": "^0.2.0",
"@p5-wrapper/react": "^4.2.0",
"@types/node": "18.11.14",
"@types/p5": "^1.7.0",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"chart.js": "^4.4.0",
"chartjs-plugin-dragdata": "^2.2.5",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"next": "13.0.6",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-page-visibility": "^7.0.0",
"typescript": "4.9.4",
"@inlang/paraglide-js": "1.0.0-prerelease.6",
"@inlang/plugin-message-format": "2.0.0"
},
"devDependencies": {
"@types/react-page-visibility": "^6.4.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.30",
"tailwindcss": "^3.3.3"
}
}