-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.41 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
71
72
73
74
75
{
"name": "styled-react",
"version": "0.1.0",
"private": true,
"main": "index.js",
"scripts": {
"i18n": "node copy-i18n.js",
"dev": "next-translate && node . --debug=9230",
"build": "cross-env NODE_ENV=production && next-translate && next build && next export",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"start": "NODE_ENV=production node . -p 8000",
"lint": "eslint ."
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@mui/base": "^5.0.0-beta.5",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5.13.6",
"@react-google-maps/api": "^1.10.1",
"axios": "^1.3.3",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"clsx": "^1.1.1",
"express": "^4.17.1",
"gray-matter": "^4.0.2",
"jsonwebtoken": "^8.5.1",
"jss-preset-default": "^10.5.0",
"lodash": "^4.17.19",
"next": "9.5.1",
"next-translate": "^0.17.1",
"nextjs-progressbar": "^0.0.5",
"pagepiling.js": "^1.5.6",
"react": "^18.2.0",
"react-calendar-heatmap": "^1.8.1",
"react-dom": "^18.2.0",
"react-google-charts": "^3.0.15",
"react-hook-form": "^7.48.2",
"react-material-ui-carousel": "^1.6.0",
"react-particles": "^2.12.2",
"react-router-dom": "^6.18.0",
"react-scrollmagic": "^2.2.0",
"react-slick": "^0.26.1",
"recharts": "^2.9.3",
"remark": "^12.0.0",
"remark-html": "^11.0.2",
"tsc": "^1.20150623.0",
"tsparticles": "^2.12.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^9.4.4",
"@types/googlemaps": "^3.39.13",
"@types/node": "^14.0.14",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"@types/webpack": "^4.41.18",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"babel-plugin-styled-components": "^1.10.7",
"cross-env": "^7.0.2",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.5",
"prettier": "^2.0.5",
"typescript": "^3.9.6"
}
}