-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.95 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.95 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
63
64
65
{
"name": "hbp-frontend",
"version": "1.0.0",
"description": "",
"main": ".eslintrc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next",
"build": "next build && next export -o build",
"start": "next start",
"export": "next export",
"publish": "rm -rf build/ .next/ NODE_ENV=production && npm run build && node publish.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/client": "^3.3.6",
"@material-ui/lab": "^4.0.0-alpha.57",
"axios": "^0.21.0",
"bootstrap": "^4.5.3",
"graphql": "^15.4.0",
"html-react-parser": "^1.0.0",
"js-cookie": "^2.2.1",
"material-ui-search-bar": "^1.0.0",
"next": "10.0.3",
"prop-types": "latest",
"react": "latest",
"react-dom": "latest",
"react-image-lightbox": "^5.1.1",
"react-material-ui-carousel": "^2.1.1",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"request": "^2.79.0",
"sanitize-html": "^2.3.2",
"sanitize-html-react": "^1.13.0",
"sass": "^1.30.0",
"styled-components": "5.2.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@types/node": "^14.14.14",
"@types/react": "^17.0.0",
"@typescript-eslint/parser": "^4.9.1",
"babel-eslint": "latest",
"babel-plugin-styled-components": "^1.12.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"eslint": "latest",
"eslint-config-airbnb": "latest",
"eslint-config-mcansh": "latest",
"eslint-config-prettier": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jsx-a11y": "latest",
"eslint-plugin-prettier": "latest",
"eslint-plugin-react": "latest",
"gh-pages": "^3.1.0",
"prettier": "latest",
"promisify": "0.0.3",
"typescript": "^4.1.3",
"webpack": "4.44.2"
}
}