-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.58 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
{
"name": "browser-ccg",
"version": "0.0.1",
"private": true,
"scripts": {
"airtable": "ts-node -r ./airtable.node.ts",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "export TS_JEST_DISABLE_VER_CHECKER=true && jest --config ./jest.config.ts"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.6",
"@use-gesture/react": "^10.2.20",
"@visx/visx": "^2.16.0",
"airtable": "^0.11.5",
"airtable-node": "^0.1.20",
"bgio-effects": "^0.7.1",
"boardgame.io": "^0.49.12",
"chalk": "^4.1.2",
"dotenv": "^16.0.3",
"lodash": "^4.17.21",
"magic.css": "^1.4.8",
"mathjs": "^11.2.1",
"next": "^12.3.2",
"next-svgr": "^0.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.6.0",
"react-redux": "^8.0.4",
"react-scripts": "5.0.1",
"react-select": "^5.6.1",
"react-spring": "^9.5.5",
"typescript": "^4.8.4",
"use-callback-ref": "^1.3.0",
"use-long-press": "^2.0.2",
"uuid": "^9.0.0",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.62",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/semver": "^7.3.13",
"@types/uuid": "^8.3.4",
"@types/webpack-env": "^1.18.0",
"jest-matcher-one-of": "^1.0.2",
"node-sass": "^7.0.3",
"sass": "^1.55.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1"
}
}