-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
63 lines (63 loc) · 1.72 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
{
"name": "lemon-reset",
"version": "2.0.0",
"license": "MIT",
"repository": "https://github.com/Yelp/lemon-reset",
"description": "Provides a React component with Meyer Reset styles for every element in Meyer Reset. For use with css-modules.",
"main": "./lib/index.js",
"module": "./es/index.js",
"scripts": {
"test": "jest",
"prepublish": "make build",
"typecheck": "flow check"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@babel/preset-flow": "^7.24.1",
"@babel/preset-react": "^7.24.1",
"babel-jest": "^29.7.0",
"babel-loader": "^9.0.0",
"css-loader": "^2.0.1",
"empty": "^0.10.1",
"enzyme": "^3.1.1",
"enzyme-adapter-react-16": "^1.15.8",
"enzyme-to-json": "^3.3.0",
"eslint": "^8.0.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-flowtype": "^8.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.4.0",
"flow-copy-source": "^2.0.2",
"flow-bin": "^0.100.0",
"flow-typed": "^2.5.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"prettier": "^3.1.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"reset-css": "^4.0.0",
"terser-webpack-plugin": "^5.0.0",
"webpack": "^5.0.0",
"webpack-cli": "^5.0.0"
},
"peerDependencies": {
"react": ">=16.14.0"
},
"engine": {
"node": ">=16.0.0"
},
"files": [
"dist",
"es",
"lib",
"src"
]
}