-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.47 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.47 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "@xalgorithms/rm-components",
"version": "0.0.11",
"scripts": {
"start": "styleguidist server",
"build": "echo 'use a build command for the components, styleguide, or react build'",
"build-components": "webpack",
"build-styleguide": "styleguidist build",
"format": "prettier --write .",
"lint": "eslint ",
"react-start": "react-scripts start",
"react-build": "react-scripts build",
"react-test": "react-scripts test",
"react-eject": "react-scripts eject",
"prepublish": "yarn build"
},
"main": "build/index.js",
"description": "This is a work in progress component library.",
"repository": {
"type": "git",
"url": "git+https://github.com/millenniallglyphs/rm-components.git"
},
"keywords": [
"react",
"components"
],
"author": "Calvin Hutcheon",
"license": "ISC",
"bugs": {
"url": "https://github.com/millenniallglyphs/rm-components/issues"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@reach/router": "^1.3.4",
"@styled-system/css": "^5.1.5",
"@styled-system/prop-types": "^5.1.5",
"path": "^0.12.7",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-native-linear-gradient": "^2.5.6",
"react-toastify": "^6.0.8",
"styled-components": "^5.1.1",
"styled-system": "^5.1.5",
"xalgo-rule-processor": "^0.0.12"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^10.4.9",
"@testing-library/user-event": "^12.1.1",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-plugin-styled-components": "^1.10.7",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"circular-dependency-plugin": "^5.2.0",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"prettier": "^2.0.5",
"prettier-eslint-cli": "^5.0.0",
"react-scripts": "3.4.3",
"react-styleguidist": "^11.0.8",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12"
}
}