-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 919 Bytes
/
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
{
"name": "staged-components",
"version": "1.1.3",
"scripts": {
"build": "gulp prebuild && tsc",
"test": "jest"
},
"description": "Make React function component staged.",
"keywords": [
"react"
],
"main": "index.js",
"repository": "https://github.com/awmleer/staged-components",
"author": "awmleer <awmleer@icloud.com>",
"license": "MIT",
"private": false,
"devDependencies": {
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.1",
"@types/jest": "^24.0.15",
"@types/react": "^16.8.6",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"jest": "^24.8.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"ts-jest": "^24.0.2",
"typescript": "^3.5.2",
"use-debounce": "^2.1.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}