-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 833 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 833 Bytes
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
{
"name": "ragu-client-react",
"version": "0.0.3",
"description": "A React client for Ragu micro-frontends",
"main": "index.js",
"repository": "https://github.com/ragu-framework/ragu-client-react.git",
"author": "carlosmaniero@gmail.com",
"license": "MIT",
"devDependencies": {
"@testing-library/react": "^11.1.0",
"@types/jest": "^26.0.15",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"jest": "^26.6.0",
"react-dom": "^17.0.0",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3",
"wait-for-expect": "^3.0.2"
},
"scripts": {
"clean": "tsc --build --clean",
"test": "jest --coverage --runInBand --silent --verbose",
"build": "tsc && cp package.json dist && cp README.md dist"
},
"dependencies": {
"ragu-dom": "^0.0.59",
"react": "^17.0.0"
}
}