-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.75 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
{
"name": "TOPResturauntPage",
"version": "1.0.0",
"description": "Restaurant page built with ES6 modules, using webpack.",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"start": "webpack-dev-server --open",
"server": "node server.js",
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^9.8.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^4.3.0",
"csv-loader": "^3.0.3",
"eslint": "^7.11.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.0.0",
"extract-loader": "^5.1.0",
"file-loader": "^6.1.0",
"html-webpack-plugin": "^4.4.1",
"postcss-loader": "^4.0.1",
"sass": "^1.26.10",
"sass-loader": "^10.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-middleware": "^3.7.2",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.0",
"@material/tab": "^7.0.0",
"@material/tab-bar": "^7.0.0",
"@material/textfield": "^7.0.0",
"emailjs-com": "^2.6.3",
"lodash": "^4.17.20",
"material-design-icons": "^3.0.1",
"node-forge": ">=0.10.0",
"nodemailer": "^6.4.11"
},
"main": "webpack.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/strood/TOPRestaurantPage.git"
},
"bugs": {
"url": "https://github.com/strood/TOPRestaurantPage/issues"
},
"homepage": "https://github.com/strood/TOPRestaurantPage#readme"
}