This repository has been archived by the owner on May 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.36 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@u-wave/react-server-list",
"version": "5.0.0-alpha.6",
"description": "Show a list of üWave servers.",
"main": "dist/u-wave-react-server-list.js",
"module": "dist/u-wave-react-server-list.es.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"tsc": "tsc --build tsconfig.json",
"build": "rollup -c && npm run tsc",
"test:lint": "eslint --cache --fix .",
"test:mocha": "cross-env NODE_ENV=test mocha",
"test": "npm run test:lint && npm run test:mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/u-wave/react-server-list.git"
},
"keywords": [
"youtube",
"react",
"player",
"react-component",
"video"
],
"author": "Renée Kooi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/u-wave/react-server-list/issues"
},
"homepage": "https://github.com/u-wave/react-server-list#readme",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@material-ui/core": "5.0.0-alpha.27",
"@material-ui/icons": "5.0.0-alpha.27",
"@material-ui/styles": "5.0.0-alpha.27",
"@types/react": "^17.0.1",
"ms": "^2.1.2",
"node-fetch": "^2.6.1",
"prop-types": "^15.7.2",
"react-markdown": "^5.0.2",
"strip-indent": "^3.0.0"
},
"peerDependencies": {
"react": "^16.14.0 || >= 17.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-react-constant-elements": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@babel/register": "^7.12.1",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.2",
"@emotion/styled": "^11.0.0",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-node-resolve": "^11.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"cross-env": "^7.0.2",
"eslint": "^7.12.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"mocha": "^8.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.1",
"rollup": "^2.33.1",
"rollup-plugin-css-only": "^3.0.0",
"typescript": "^4.1.5"
},
"greenkeeper": {
"ignore": [
"expect"
]
}
}