-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.62 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
{
"name": "xstate-inputs-manager-3js-mantine-xstate",
"version": "1.0.0",
"description": "Test project to develop a configurable input/state system for entities in a game environment",
"keywords": [],
"main": "src/index.tsx",
"dependencies": {
"@emotion/react": "11.10.0",
"@mantine/core": "5.2.4",
"@mantine/hooks": "5.2.4",
"@mantine/modals": "5.2.4",
"@react-three/drei": "9.24.4",
"@react-three/fiber": "8.6.0",
"@type-challenges/utils": "0.1.1",
"@types/three": "0.143.2",
"@xstate/cli": "^0.3.3",
"@xstate/react": "3.0.1",
"prettier": "^2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1",
"tabler-icons-react": "1.54.0",
"three": "0.143.0",
"xstate": "4.33.4"
},
"devDependencies": {
"@types/react": "18",
"@types/react-dom": "18",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "^8.23.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^16.1.4",
"eslint-config-mantine": "1.1.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"typescript": "^4.8.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"postinstall": "xstate typegen \"./src/**/*.ts?(x)\""
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}