forked from the-via/app
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.91 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
{
"license": "GPL-3.0",
"homepage": "/sonix-via-app",
"scripts": {
"start": "concurrently --names \"snowpack-dev,azure-fn-dev\" -c \"bgBlue,bgMagenta\" \"yarn 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}\"",
"build:azure": "yarn remove via-keyboards && yarn add https://github.com/the-via/keyboards.git && yarn build"
},
"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",
"@reduxjs/toolkit": "^1.6.1",
"@types/lodash.partition": "^4.6.6",
"@types/raf-schd": "^4.0.1",
"@webscopeio/react-textarea-autocomplete": "^4.7.3",
"connected-react-router": "^6.9.1",
"downshift": "^6.1.7",
"json-stringify-pretty-compact": "^3.0.0",
"lodash.partition": "^4.6.0",
"pelpi": "https://github.com/the-via/pelpi.git#728a945c7fdf6300e026a3c6e258d4a5eb1e5c9b",
"raf-schd": "^4.0.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-redux": "^7.2.4",
"react-resize-observer-hook": "^0.0.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-select": "^4.3.1",
"react-tooltip": "^4.2.21",
"redux-logger": "^3.0.6",
"styled-components": "^5.3.5",
"ts-node": "^10.4.0",
"use-resize-observer": "^8.0.0",
"via-keyboards": "https://github.com/SonixQMK/sonix-via-keyboards.git",
"via-reader": "https://github.com/the-via/reader.git#3c659523c9e613ddd43420160873d6ed0a44b5f8"
},
"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.4",
"@types/react-dom": "^18.0.3",
"@types/react-router": "^5.1.16",
"@types/react-router-dom": "^5.1.8",
"@types/react-select": "^4.0.17",
"@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.3.7",
"snowpack-plugin-json5": "^1.0.0",
"typescript": "^4.6.2",
"yarn": "^1.22.18"
}
}