-
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.44 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.44 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": "darmanito",
"homepage": "https://MohammadAhmadiCode.github.io/Darmanito",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^4.6.0",
"formik": "^2.2.9",
"google-map-react": "^2.1.10",
"husky": "^4.2.3",
"iframe": "^1.0.0",
"iframe-react": "^1.0.1",
"lint-staged": "^10.5.4",
"mdbootstrap": "^4.20.0",
"prettier": "^2.0.2",
"react": "^17.0.2",
"react-bootstrap": "^1.6.3",
"react-dom": "^17.0.2",
"react-google-maps": "^9.4.5",
"react-neshan-map-leaflet": "^1.2.1",
"react-router-dom": "^5.3.0",
"react-scripts": "^4.0.3",
"short-id": "0.1.0-1",
"styled-components": "^5.3.1",
"tachyons": "^4.12.0",
"yup": "^0.31.1"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"development": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
]
},
"devDependencies": {
"gh-pages": "^3.2.3",
"tachyons-cli": "^1.3.3"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --write"
]
}
}