-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "@infra-design/infra-view",
"version": "0.0.1",
"description": "Create your UI in a simple way.",
"main": "esm/index.js",
"types": "esm/index.d.ts",
"scripts": {
"test": "jest --coverage",
"test:ci": "jest --ci --coverage",
"build": "tsc -p tsconfig.build.json",
"clean": "rm -rf esm && rm -rf coverage && rm ./tsconfig.build.tsbuildinfo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/infra-design/infra-view.git"
},
"keywords": [
"react"
],
"author": "infra-design",
"license": "MIT",
"bugs": {
"url": "https://github.com/infra-design/infra-view/issues"
},
"homepage": "https://github.com/infra-design/infra-view#readme",
"devDependencies": {
"@emotion/jest": "^11.6.0",
"@emotion/react": "^11.7.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.3",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/web": "^0.0.46",
"eslint": "^8.4.1",
"jest": "^27.4.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"ts-jest": "^27.1.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
},
"peerDependencies": {
"@emotion/react": "^11.5.0",
"@types/react": "^17.0.34",
"@types/web": "^0.0.46",
"react": "^17.0.2"
}
}