-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.38 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
{
"name": "polymita",
"version": "1.0.0",
"private": true,
"homepage": "https://brooks.fish",
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@paypal/react-paypal-js": "^7.8.3",
"@react-google-maps/api": "^2.18.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/webpack-env": "^1.18.0",
"cra-template": "1.2.0",
"css-loader": "^6.7.3",
"emailjs": "^4.0.1",
"node-sass": "^7.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-grid-gallery": "^1.0.0",
"react-loader-spinner": "^5.3.4",
"react-router-dom": "^6.10.0",
"react-scripts": "5.0.1",
"react-step-wizard": "^5.3.11",
"sass-loader": "^13.2.2",
"serve": "^14.2.0",
"sweetalert2": "^11.7.3",
"sweetalert2-react-content": "^5.0.7",
"yet-another-react-lightbox": "^3.3.0"
},
"scripts": {
"start:prod": "serve -s build -l 3000",
"start": "react-scripts start --host 0.0.0.0",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}