-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·44 lines (44 loc) · 998 Bytes
/
package.json
File metadata and controls
executable file
·44 lines (44 loc) · 998 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "react-multi-progress",
"version": "1.3.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"start": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/N3XT191/react-multi-progress.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/N3XT191/react-multi-progress/issues"
},
"homepage": "https://github.com/N3XT191/react-multi-progress#readme",
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rollup": "^2.37.1",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-typescript2": "^0.29.0",
"typescript": "^4.1.3"
},
"dependencies": {
"glamor": "^2.20.40"
},
"peerDependencies": {
"react": ">= 16.8",
"react-dom": ">= 16.8"
},
"files": [
"dist"
]
}