This repository was archived by the owner on Mar 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.34 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.34 KB
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
{
"name": "@nexys/react-bootstrap",
"version": "0.5.4",
"main": "dist/index.js",
"files": [
"README.md",
"dist/*"
],
"keywords": [
"react",
"bootstrap4",
"bootstrap",
"components",
"react-components",
"typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/nexys-system/react-bootstrap-components"
},
"license": "MIT",
"peerDependencies": {
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-router": "^5.1.13",
"@types/react-router-dom": "^5.1.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0"
},
"scripts": {
"start": "SNOWPACK_PUBLIC_URL= snowpack dev",
"build": "snowpack build",
"buildTs": "tsc",
"test": "jest",
"buildpackage": "tsc -p tsconfig.build.json"
},
"devDependencies": {
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-router": "^5.1.13",
"@types/react-router-dom": "^5.1.7",
"jest": "^26.6.3",
"jest-environment-jsdom": "^26.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"snowpack": "^3.2.2",
"ts-jest": "^26.5.4",
"typescript": "^4.2.4"
},
"dependencies": {
"@nexys/core-list": "^0.0.5",
"@nexys/validation": "^2.1.2"
}
}