-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 910 Bytes
/
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
{
"name": "sasu-simulator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@types/yup": "^0.29.11",
"chart.js": "^3.1.1",
"chartjs-plugin-annotation": "^1.0.0",
"classnames": "^2.3.1",
"comlink": "^4.3.0",
"formik": "^2.2.6",
"modele-social": "^0.2.0",
"next": "10.1.3",
"publicodes": "^1.0.0-beta.12",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-table": "^7.6.3",
"test-react-chartjs-2": "^3.0.4",
"yup": "^0.32.9"
},
"devDependencies": {
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"typescript": "^4.2.3"
}
}