-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.57 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.57 KB
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
{
"name": "react-responsive-system",
"keywords": [
"responsive",
"react",
"adaptive",
"design system",
"component library"
],
"version": "0.10.2",
"sideEffects": false,
"engines": {
"node": "17.2"
},
"license": "MIT",
"author": "EJ Hammond",
"repository": {
"type": "git",
"url": "https://github.com/ejhammond/react-responsive-system"
},
"main": "dist/index.js",
"module": "dist/react-responsive-system.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "jskit-lint",
"format": "jskit-format",
"release": "jskit-release"
},
"peerDependencies": {
"react": ">=16.8"
},
"devDependencies": {
"@ejhammond/eslint-plugin": "^4.0.0",
"@ejhammond/jskit": "^4.0.0",
"@testing-library/react": "^12.0.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"husky": "^7.0.4",
"prettier": "^2.6.2",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"typescript": "4.4.4"
}
}