-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.54 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
{
"name": "next-app",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "eslint . --ext ts,tsx",
"test": "jest"
},
"dependencies": {
"@babel/preset-react": "^7.16.7",
"@nivo/core": "^0.80.0",
"@nivo/scatterplot": "^0.80.0",
"@react-chess/chessground": "^1.3.4",
"@vercel/analytics": "^1.3.1",
"chart.js": "^4.4.2",
"chess.ts": "^0.16.2",
"chroma-js": "^2.4.2",
"classnames": "^2.3.1",
"framer-motion": "^11.5.6",
"gray-matter": "^4.0.3",
"lila-stockfish-web": "^0.0.7",
"next": "^13.4.16",
"next-transpile-modules": "^10.0.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.2",
"react-tooltip": "^5.28.0",
"sass": "^1.47.0"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@types/chroma-js": "^2.1.3",
"@types/node": "17.0.8",
"@types/react": "17.0.38",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"autoprefixer": "^10.4.20",
"babel-loader": "^8.2.3",
"eslint": "8.6.0",
"eslint-config-next": "^13.4.8",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.28.0",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"sass-loader": "^12.4.0",
"tailwindcss": "^3.4.10",
"typescript": "4.5.4"
}
}