-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1018 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
36
37
38
39
40
41
42
{
"name": "pluspool-visualization-client",
"version": "0.3.0",
"private": true,
"dependencies": {
"@tippy.js/react": "^2.2.2",
"alea": "^1.0.1",
"chart.js": "^4.2.1",
"chartjs-plugin-zoom": "^2.0.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"next": "^13.1.4",
"pure-react-carousel": "^1.30.1",
"rc-slider": "^10.1.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^8.34.0",
"eslint-config-next": "13.1.5",
"isomorphic-unfetch": "^4.0.2",
"jest": "^29.3.1",
"koa": "^2.14.1",
"react-slick": "^0.29.0",
"simplex-noise": "^4.0.1",
"slick-carousel": "^1.8.1",
"svg-react-loader": "^0.4.6",
"url-loader": "^4.1.1"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "next build && next export"
},
"engines": {
"node": "~v18.13.0"
}
}