-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.4 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": "picard_family_front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"dotenv": "^16.4.5",
"flickr-sdk": "^6.3.0",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"node-fetch": "^3.3.2",
"react": "^18.3.1",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.3.1",
"react-image-gallery": "^1.3.0",
"react-lazy-load": "^4.0.1",
"react-router-dom": "^5.3.4",
"react-scripts": "5.0.1",
"serve": "^14.2.3",
"styled-components": "^6.1.11"
},
"scripts": {
"deploy": "npm run build && serve -s build",
"start": "vite",
"build": "vite build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"dev": "vite"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.2.13"
}
}