-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.21 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
{
"name": "mateusrevoredo.github.io",
"version": "1.0.0",
"description": "Personal landing page",
"main": "webpack.config.js",
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mateusrevoredo/mateusrevoredo.github.io.git"
},
"author": "Mateus Revoredo",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/mateusrevoredo/mateusrevoredo.github.io/issues"
},
"homepage": "https://github.com/mateusrevoredo/mateusrevoredo.github.io#readme",
"devDependencies": {
"bulma": "^0.8.2",
"css-loader": "^3.5.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"particles.js": "^2.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"jquery": "^3.5.1",
"typeit": "^7.0.4"
}
}