-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1018 Bytes
/
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
{
"name": "personal-projects-portal",
"version": "1.0.0",
"description": "This is my portal to all of the projects that I am proud of. ",
"repository": {
"type": "git",
"url": "git+https://github.com/chrsrns/personal-projects-portal.git"
},
"bugs": {
"url": "https://github.com/chrsrns/personal-projects-portal/issues"
},
"homepage": "https://github.com/chrsrns/personal-projects-portal#readme",
"keywords": [
"personal"
],
"author": "Christian Louise B. Aranas",
"license": "AGPL-3.0-or-later",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --open --config webpack.config.dev.js",
"build": "webpack --config webpack.config.prod.js"
},
"devDependencies": {
"eslint": "^8.56.0",
"tailwindcss": "^3.4.1",
"copy-webpack-plugin": "^11.0.0",
"html-webpack-plugin": "^5.5.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.9.0"
}
}