-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.43 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
{
"name": "klutch-docs",
"version": "0.2.3",
"private": true,
"description": "Docs for my all my favorite custom React components",
"repository": {
"type": "git",
"url": "https://github.com/klutchdev/klutch-documentation.git"
},
"bugs": {
"url": "https://github.com/klutchdev/klutch-documentation/issues",
"email": "[email protected]"
},
"author": {
"name": "Kyle 'Klutch' Leary",
"email": "[email protected]",
"url": "https://klutch-docs.netlify.app"
},
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"firebase": "^9.0.0-beta.7",
"framer-motion": "^4.1.17",
"highlight.js": "^11.2.0",
"klutch-fire-hooks": "^0.0.3",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3"
},
"scripts": {
"start": "react-scripts start",
"clean": "rm -rf node_modules package-lock.json build && npm i",
"build": "react-scripts build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}