-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.96 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.96 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
{
"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",
"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": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@react-google-maps/api": "^1.10.1",
"clsx": "^1.1.1",
"express": "^4.17.1",
"gray-matter": "^4.0.2",
"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": "16.13.1",
"react-calendar-heatmap": "^1.8.1",
"react-dom": "16.13.1",
"react-google-charts": "^3.0.15",
"react-material-ui-carousel": "^1.6.0",
"react-particles-js": "^3.2.1",
"react-scrollmagic": "^2.2.0",
"react-slick": "^0.26.1",
"remark": "^12.0.0",
"remark-html": "^11.0.2",
"tsc": "^1.20150623.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"
}
}