-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.34 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
{
"name": "Portfolio",
"version": "0.1.0-alpha.1",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint:markdown": "./node_modules/.bin/markdownlint . --ignore node_modules",
"build": "cross-env NODE_ENV=production webpack",
"start:dev": "webpack-dev-server"
},
"author": "Danny Verpoort <[email protected]>",
"license": "ISC",
"devDependencies": {
"@webpack-cli/serve": "^2.0.1",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^6.0.3",
"css-loader": "^3.3.0",
"extract-loader": "^3.1.0",
"file-loader": "^6.2.0",
"html-webpack-tags-plugin": "^2.0.17",
"markdownlint": "^0.27.0",
"markdownlint-cli": "^0.33.0",
"mini-css-extract-plugin": "^2.7.5",
"node-sass": "^8.0.0",
"path": "^0.12.7",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"resolve-url-loader": "^3.1.5",
"sass-loader": "^13.2.1",
"svg-inline-loader": "^0.8.2",
"tailwindcss": "^1.1.4",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.1"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"font-awesome": "^4.7.0",
"html-webpack-plugin": "^5.5.0"
}
}