-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.38 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"private": true,
"name": "catanstat",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"copy:index-200": "cp dist/index.html dist/200.html",
"start": "vite --port 3000",
"build": "vite build",
"postbuild": "npm run copy:index-200",
"ts": "tsc --noEmit",
"lint": "eslint . --ext=js,jsx,ts,tsx,md",
"typecheck": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/owanturist/catanstat.git"
},
"keywords": [],
"author": "Anton Ovechkin <owanturist@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/owanturist/catanstat/issues"
},
"homepage": "https://github.com/owanturist/catanstat#readme",
"devDependencies": {
"@storybook/addon-essentials": "^7.0.0-alpha.40",
"@storybook/addon-interactions": "^7.0.0-alpha.40",
"@storybook/jest": "^0.0.10",
"@storybook/react": "^7.0.0-alpha.40",
"@storybook/react-vite": "^7.0.0-alpha.40",
"@storybook/testing-library": "^0.0.13",
"@types/react": "^18.0.28",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.11",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"prettier": "^2.8.4",
"storybook": "^7.0.0-alpha.40",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5",
"vite": "^4.1.4"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@tippyjs/react": "^4.2.6",
"chart.js": "^4.2.1",
"chartjs-plugin-datalabels": "^2.2.0",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"dexie": "^3.2.3",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-impulse": "^1.0.1",
"react-query": "^3.39.3",
"react-router-dom": "~6.8.2",
"tippy.js": "^6.3.7"
},
"browserslist": "> 0.5%, last 2 versions, not dead"
}