-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
55 lines (55 loc) · 1.69 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": "ncs-app-index",
"version": "1.0.0",
"description": "",
"scripts": {
"generate-schemas": "tsx scripts/generate-schemas.ts",
"copyright": "tsx scripts/copyright.ts",
"generate-index-json": "tsx scripts/generate-index-json.ts",
"validate-index": "tsx scripts/validate-index.ts",
"check-types": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nrfconnect/ncs-app-index.git"
},
"author": {
"name": "Nordic Semiconductor",
"url": "https://www.nordicsemi.com/"
},
"bugs": {
"url": "https://github.com/nrfconnect/ncs-app-index/issues"
},
"homepage": "https://github.com/nrfconnect/ncs-app-index#readme",
"dependencies": {
"@octokit/rest": "^20.0.1",
"@primer/octicons-react": "^19.8.0",
"ajv": "^8.12.0",
"ansi-colors": "^4.1.3",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"fuse.js": "^6.6.2",
"json-schema-to-ts": "^2.9.2",
"lodash": "^4.17.21",
"next": "^13.5.4",
"node-fetch": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.0",
"react-select": "^5.8.0",
"supports-color": "^9.4.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@faker-js/faker": "^8.1.0",
"@types/lodash": "^4.14.198",
"@types/node": "^20.6.2",
"@types/react": "^18.2.22",
"autoprefixer": "^10.4.15",
"globby": "^13.2.2",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tsx": "^3.12.10",
"typescript": "^5.2.2"
}
}