forked from the-via/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.66 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
{
"license": "GPL-3.0",
"scripts": {
"start": "concurrently --names \"snowpack-dev,azure-fn-dev\" -c \"bgBlue,bgMagenta\" \"npm run dev\" \"npm --prefix api start\"",
"dev": "node scripts/build-definitions.js && snowpack dev",
"build": "via-keyboards public/definitions && snowpack build",
"test": "web-test-runner \"src/**/*.test.tsx\"",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"",
"refresh-kbs": "npm uninstall --force via-keyboards && npm install --force github:the-via/keyboards",
"build:azure": "npm run refresh-kbs && npm run build"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@microsoft/applicationinsights-web": "^2.8.6",
"@react-hook/resize-observer": "^1.2.6",
"@reduxjs/toolkit": "^1.6.1",
"@the-via/pelpi": "^0.0.3",
"@the-via/reader": "^1.5.10",
"@types/lodash.partition": "^4.6.6",
"@webscopeio/react-textarea-autocomplete": "^4.7.3",
"downshift": "^6.1.7",
"json-stringify-pretty-compact": "^3.0.0",
"lodash.partition": "^4.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-redux": "^7.2.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-select": "^5.6.1",
"react-tooltip": "^4.2.21",
"redux-logger": "^3.0.6",
"styled-components": "^6.0.0-beta.5",
"ts-node": "^10.4.0",
"via-keyboards": "github:the-via/keyboards"
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.1.0",
"@snowpack/plugin-react-refresh": "^2.5.0",
"@snowpack/plugin-run-script": "^2.3.0",
"@snowpack/plugin-typescript": "^1.2.1",
"@snowpack/plugin-webpack": "^3.0.0",
"@snowpack/web-test-runner-plugin": "^0.2.2",
"@testing-library/react": "^11.2.6",
"@types/chai": "^4.2.17",
"@types/mocha": "^8.2.2",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.3",
"@types/react-router": "^5.1.16",
"@types/react-router-dom": "^5.1.8",
"@types/redux-logger": "^3.0.9",
"@types/snowpack-env": "^2.3.3",
"@types/styled-components": "^5.1.11",
"@types/w3c-web-hid": "^1.0.1",
"@types/webscopeio__react-textarea-autocomplete": "^4.7.1",
"@web/test-runner": "^0.13.3",
"chai": "^4.3.4",
"concurrently": "^7.1.0",
"http2-proxy": "^5.0.53",
"node-fetch": "^2.6.7",
"prettier": "^2.2.1",
"snowpack": "^3.8.8",
"snowpack-plugin-json5": "^1.0.0",
"typescript": "^4.6.2"
}
}