-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
133 lines (133 loc) · 4.85 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "@nordicsemiconductor/pc-nrfconnect-shared",
"version": "194.0.0",
"description": "Shared commodities for developing pc-nrfconnect-* packages",
"repository": {
"type": "git",
"url": "https://github.com/NordicSemiconductor/pc-nrfconnect-shared.git"
},
"author": "Nordic Semiconductor ASA",
"license": "ISC",
"bin": {
"check-for-typescript": "./scripts/check-for-typescript.ts",
"check-app-properties": "./scripts/check-app-properties.ts",
"nrfconnect-license": "./scripts/nrfconnect-license.ts",
"run-esbuild": "./scripts/esbuild.ts"
},
"main": "src",
"scripts": {
"test": "jest",
"check": "run-p --silent --continue-on-error --print-label check:*",
"check:lint": "eslint --color .",
"check:types": "tsc --noEmit",
"check:license": "ts-node scripts/nrfconnect-license.ts check",
"generate-types": "tsc --emitDeclarationOnly --declaration --declarationMap --outDir ./typings/generated --rootDir .",
"prepare": "ts-node scripts/installHusky.ts",
"release-shared": "ts-node scripts/release-shared.ts",
"prepare-shared-release": "ts-node scripts/prepare-shared-release.ts",
"clean": "rimraf dist typings/generated scripts/nordic-publish.js",
"postinstall": "ts-node scripts/postinstall.ts"
},
"dependencies": {
"@electron/remote": "^2.1.2",
"@mdi/font": "7.2.96",
"@mdi/js": "^7.2.96",
"@mdi/react": "^1.6.1",
"@microsoft/applicationinsights-web": "^3.0.9",
"@reduxjs/toolkit": "1.9.3",
"@svgr/core": "^7.0.0",
"@svgr/plugin-jsx": "7.0.0",
"@swc/core": "1.10.0",
"@swc/jest": "0.2.37",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "^14.0.0",
"@types/adm-zip": "^0.5.0",
"@types/date-fns": "^2.6.0",
"@types/ftp": "0.3.33",
"@types/klaw": "3.0.3",
"@types/lodash.range": "3.2.7",
"@types/mousetrap": "1.6.11",
"@types/react": "17.0.55",
"@types/react-dom": "18.2.6",
"@types/react-redux": "7.1.25",
"@types/semver": "7.3.13",
"@types/shasum": "1.0.0",
"@types/triple-beam": "1.3.2",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"@xterm/headless": "^5.5.0",
"adm-zip": "^0.5.5",
"applicationinsights": "^2.9.6",
"autoprefixer": "10.4.14",
"bootstrap": "4.6.2",
"commander": "10.0.0",
"date-fns": "2.29.3",
"electron": "^32.1.2",
"electron-store": "8.1.0",
"esbuild": "0.19.2",
"esbuild-sass-plugin": "2.13.0",
"esbuild-style-plugin": "1.6.2",
"eslint": "8.37.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-md": "^1.0.19",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-testing-library": "^5.6.0",
"events": "3.3.0",
"fast-glob": "3.2.12",
"focus-visible": "5.2.0",
"ftp": "0.3.10",
"husky": "8.0.3",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"klaw": "4.1.0",
"lodash.range": "3.2.0",
"mousetrap": "1.6.5",
"npm-run-all2": "6.0.5",
"nrf-intel-hex": "^1.4.0",
"postcss": "8.4.24",
"postcss-modules": "^6.0.0",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"prettysize": "2.0.0",
"protobufjs": "^7.0.0",
"react": "18.2.0",
"react-bootstrap": "1.6.6",
"react-dom": "18.2.0",
"react-flip-toolkit": "7.0.17",
"react-markdown": "8.0.7",
"react-redux": "7.2.9",
"react-resize-detector": "9.1.0",
"react-test-renderer": "18.2.0",
"redux": "4.2.1",
"redux-devtools-extension": "2.13.9",
"redux-thunk": "2.4.2",
"rimraf": "3.0.2",
"roboto-fontface": "0.10.0",
"semver": "7.3.8",
"serialport": "^12.0.0",
"shasum": "1.0.2",
"systeminformation": "5.17.12",
"tailwindcss": "3.3.2",
"tree-kill-promise": "^3.0.14",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"util": "0.12.5",
"uuid": "8.3.2",
"winston": "3.8.2",
"zod": "^3.22.2",
"zod-validation-error": "^1.5.0"
},
"typings": "./typings/generated/src/index.d.ts",
"eslintConfig": {
"extends": "./config/eslintrc"
},
"prettier": "./config/prettier.config.js"
}