-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.43 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
{
"name": "wikitrivia-history-game",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "eslint --max-warnings=0 --cache --ext .js,.ts,.tsx .",
"lint-fix": "eslint --fix --cache --ext .js,.ts,.tsx .",
"start": "next start"
},
"dependencies": {
"axios": "^0.28.0",
"classnames": "^2.5.1",
"next": "^14.2.10",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-loader-spinner": "^4.0.0",
"react-spring": "^9.7.4",
"seamless-scroll-polyfill": "^1.2.4",
"tween-functions": "^1.2.0"
},
"devDependencies": {
"@types/node": "^16.18.119",
"@types/react": "^18.0.28",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-no-ssr": "^1.1.7",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^9.14.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"sass": "^1.80.6",
"typescript": "^4.9.5"
},
"resolutions": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
"@humanwhocodes/config-array": "^0.13.0",
"@humanwhocodes/object-schema": "^2.0.3",
"glob": "^7.2.3",
"inflight": "^1.0.6",
"rimraf": "^3.0.2"
}
}