-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.13 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
76
{
"name": "website",
"version": "1.0.0",
"description": "",
"main": "./api/app.js",
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@material-ui/core": "^4.11.0",
"@material-ui/lab": "^4.0.0-alpha.56",
"@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.20.0",
"bootstrap": "^4.5.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dompurify": "^2.1.1",
"dotenv": "^8.2.0",
"googleapis": "^61.0.0",
"jquery": "^3.5.1",
"jsdom": "^16.4.0",
"morgan": "^1.10.0",
"nodemailer": "^6.4.13",
"react": "^16.13.1",
"react-bootstrap": "^1.4.0",
"react-dom": "^16.13.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-router-hash-link": "^2.2.2",
"react-scripts": "3.4.3",
"sass": "^1.27.0",
"scss": "^0.2.4",
"styled-components": "^5.2.0",
"svg-url-loader": "^6.0.0",
"url-loader": "^4.1.1",
"webpack-dev-server": "^3.11.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-syntax-jsx": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^4.3.0",
"file-loader": "^6.1.1",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.0",
"interpolate-html-plugin": "^3.0.0",
"mini-css-extract-plugin": "^1.0.0",
"node-sass": "^4.14.1",
"sass-loader": "^10.0.3",
"style-loader": "^2.0.0",
"svg-inline-loader": "^0.8.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"scripts": {
"build": "webpack --mode development",
"start": "cd api/ && npm run start",
"go": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GenaAiv/portfolio-website"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GenaAiv/portfolio-website/issues"
},
"homepage": "https://github.com/GenaAiv/portfolio-website#readme"
}