-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 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
{
"name": "@react-cmpt/rc-skeleton",
"version": "0.1.2",
"description": "Provide a placeholder while you wait for content to load",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"example": "parcel ./example/index.html",
"build": "tsc -d --project tsconfig.json --outDir ./lib/",
"test": "jest -c jest.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-cmpt/rc-skeleton.git"
},
"keywords": [
"react",
"component",
"skeleton",
"spin",
"loading"
],
"author": "wangcch <wangcch.cc@gmail.com>",
"license": "MIT",
"dependencies": {},
"peerDependencies": {
"emotion": "^10.0.23",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"devDependencies": {
"@types/enzyme": "3.10.5",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/jest": "27.0.2",
"@types/react": "16.9.46",
"@types/react-dom": "16.9.8",
"emotion": "10.0.27",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"jest": "26.4.0",
"parcel-bundler": "1.12.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"ts-jest": "26.2.0",
"typescript": "3.9.7"
}
}