-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.38 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
{
"name": "web",
"version": "1.0.0",
"description": "Personal website",
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --mode production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wyr0X/web.git"
},
"keywords": [
"cv"
],
"author": "Alexis Caraballo",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wyr0X/web/issues"
},
"homepage": "https://github.com/Wyr0X/web#readme",
"dependencies": {
"@babel/core": "7.10.4",
"@babel/preset-env": "7.10.4",
"@babel/preset-react": "7.10.4",
"@fortawesome/fontawesome-svg-core": "1.2.32",
"@fortawesome/free-brands-svg-icons": "5.15.1",
"@fortawesome/free-solid-svg-icons": "5.15.1",
"@fortawesome/react-fontawesome": "0.1.11",
"babel-loader": "8.1.0",
"bootstrap": "4.5.3",
"css-loader": "3.6.0",
"file-loader": "6.1.1",
"react": "17.0.0",
"react-bootstrap": "1.4.0",
"react-dom": "17.0.0",
"react-scroll": "1.8.1",
"sass": "1.27.0",
"sass-loader": "10.0.4",
"style-loader": "1.2.1",
"webpack": "4.43.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
}
}