-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.29 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
{
"name": "kill-the-dragon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/babel-plugin": "^11.7.2",
"@emotion/react": "^11.10.5",
"@react-three/drei": "^9.46.4",
"@react-three/fiber": "^8.9.1",
"klona": "^2.0.4",
"next": "^13.0.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sprite-three-animation": "1.4.4",
"three": "^0.147.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@flydotio/dockerfile": "^0.4.10",
"@next/eslint-plugin-next": "13.0.3",
"@ts-safeql/eslint-plugin": "0.0.21",
"@types/eslint": "8.4.10",
"@types/node": "18.11.9",
"@types/react": "^18.0.26",
"@types/react-dom": "18.0.9",
"@types/three": "^0.146.0",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"@upleveled/eslint-config-upleveled": "^3.4.4",
"@upleveled/eslint-plugin-upleveled": "2.1.6",
"babel-eslint": "10.1.0",
"eslint": "8.27.0",
"eslint-config-react-app": "7.0.1",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.1.5",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-jsx-expressions": "1.3.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-security": "1.5.0",
"eslint-plugin-sonarjs": "0.16.0",
"eslint-plugin-testing-library": "5.9.1",
"eslint-plugin-unicorn": "44.0.2",
"libpg-query": "13.3.0",
"postcss": "8.4.19",
"postcss-scss": "4.0.5",
"stylelint": "14.15.0",
"stylelint-config-prettier": "9.0.4",
"stylelint-config-recommended": "9.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"typescript": "4.9.3"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-jest": "27.1.5",
"eslint-plugin-react-hooks": "4.6.0",
"@typescript-eslint/utils": "5.43.0",
"eslint-plugin-jsx-a11y": "6.6.1"
}
}