-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 924 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
38
39
40
41
{
"name": "react-simple-gallery",
"version": "1.2.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"homepage": "https://github.com/daweifeng/react-simple-gallery",
"author": "daweifeng",
"license": "MIT",
"devDependencies": {
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rollup": "^2.7.6",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-typescript2": "^0.27.0",
"typescript": "^3.8.3"
},
"dependencies": {
"@ant-design/icons": "^4.1.0"
},
"peerDependencies": {
"react": ">=16.8.0 <18.0.0",
"react-dom": ">=16.8.0 <18.0.0",
"@ant-design/icons": ">=4.0.0"
},
"files": [
"dist"
],
"keywords": [
"react",
"typescript",
"component"
]
}