-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.01 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
64
65
66
67
68
69
70
{
"name": "smarslabwebsite",
"version": "0.1.0",
"private": true,
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "0.1.14",
"@mui/material": "^5.8.2",
"@mui/x-date-pickers": "^7.19.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"eslint": "^7.19.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "^7.22.0",
"gh-pages": "^3.1.0",
"node-sass": "^6.0.0",
"prop-types": "^15.7.2",
"raw.macro": "^0.4.2",
"react": "^18.1.0",
"react-burger-menu": "^3.0.8",
"react-dom": "^18.1.0",
"react-helmet-async": "^1.3.0",
"react-markdown": "^5.0.3",
"react-material-ui-carousel": "^3.4.2",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-simple-image-slider": "^2.4.1",
"react-snap": "^1.23.0",
"rimraf": "^3.0.2",
"sass": "^1.52.1",
"source-map-explorer": "^2.5.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build && react-snap",
"deploy": "gh-pages -d build",
"lint": "eslint src",
"analyze": "npm run build && source-map-explorer build/static/js/*.chunk.js"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"sass-loader": "^7.3.1"
}
}