-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.11 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
{
"name": "1_projekt",
"version": "1.0.0",
"description": "Site for Foundation of Table Tennis for the Blind",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack-dev-server --env.dev --inline --hot"
},
"keywords": [],
"author": "The Coders",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@fortawesome/fontawesome-free": "^5.6.3",
"autoprefixer": "^8.4.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.0",
"postcss-loader": "^2.1.5",
"sass-loader": "^6.0.7",
"style-loader": "^0.21.0",
"webpack": "^4.28.3",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-brands-svg-icons": "^5.7.1",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/react-fontawesome": "^0.1.3",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"material-ui": "^1.0.0-beta.47",
"npm": "^6.4.1",
"react": "^16.0.0",
"react-burger-menu": "^2.5.4",
"react-content-loader": "^4.0.1",
"react-dom": "^16.0.0",
"react-form": "^3.5.6",
"react-hamburger-menu": "^1.1.1",
"react-loading": "^2.0.3",
"react-router-dom": "^4.3.1",
"react-sweet-progress": "^1.1.2",
"react-tooltip": "^3.9.2",
"react-transition-group": "^2.5.3",
"typeface-roboto": "0.0.54"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Husamoa/Portfolio.git"
},
"bugs": {
"url": "https://github.com/Husamoa/Portfolio/issues"
},
"homepage": "https://github.com/Husamoa/Portfolio#readme"
}