-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
94 lines (94 loc) · 2.75 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "freedeck-configurator",
"version": "2.13.5",
"configFileVersion": "1.3.0",
"minFWVersion": "2.7.0",
"private": true,
"homepage": "./",
"type": "commonjs",
"dependencies": {
"@apollo/client": "3.3.15",
"@bitovi/use-simple-reducer": "^0.0.1",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^2.0.11",
"@tauri-apps/api": "^1.0.2",
"clsx": "^1.1.1",
"floyd-steinberg": "^1.0.6",
"jimp": "^0.16.0",
"joi": "^17.5.0",
"joi-to-typescript": "^2.3.0",
"lodash": "^4.17.20",
"pako": "^2.0.4",
"preval.macro": "^5.0.0",
"react": "^17.0.2",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^17.0.2",
"react-dropzone": "^10.2.2",
"react-hot-toast": "^2.1.1",
"react-router-dom": "^6.0.2",
"react-terminal-logger": "^1.3.8",
"uuid": "^8.3.2",
"web-vitals": "^2.1.2",
"worker-interval": "^1.0.6"
},
"overrides": {
"react-error-overlay": "6.0.9"
},
"scripts": {
"start": "TAILWIND_MODE=watch craco start",
"build": "craco build",
"check:clean": "unimported; ts-unused-exports ./tsconfig.json --allowUnusedTypes --ignoreFiles=\"generated/.*|_Boilerplate.*\"",
"eject": "react-scripts eject",
"codegen": "graphql-codegen --config codegen.yml",
"typegen": "pwd; ts-node -P tsconfig.common.json src/scripts/joiTypes.ts",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"prebuild": "npm i"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "^6.4.3",
"@graphql-codegen/cli": "1.21.4",
"@graphql-codegen/introspection": "1.18.2",
"@graphql-codegen/typescript": "1.22.0",
"@graphql-codegen/typescript-operations": "^1.17.16",
"@graphql-codegen/typescript-react-apollo": "^2.2.4",
"@graphql-codegen/typescript-react-query": "^3.0.3",
"@tauri-apps/cli": "^1.0.5",
"@types/lodash": "^4.14.160",
"@types/node": "^12.12.29",
"@types/pako": "^2.0.0",
"@types/preval.macro": "^3.0.0",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/uuid": "^8.3.3",
"@types/w3c-web-serial": "^1.0.2",
"autoprefixer": "^9.8.8",
"postcss": "^7.0.39",
"react-scripts": "^4.0.3",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.16",
"ts-node": "^10.4.0",
"ts-unused-exports": "^7.0.3",
"typescript": "^4.5.2",
"unimported": "^1.19.1"
},
"optionalDependencies": {
"@tauri-apps/cli-darwin-x64": "^1.0.4",
"@tauri-apps/cli-win32-x64-msvc": "^1.0.4"
}
}