-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.14 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
{
"name": "dawidolko",
"version": "1.0.0",
"description": "Personal portfolio website showcasing my projects and skills.",
"main": "index.js",
"scripts": {
"build:css": "sass src/styles/main.scss:docs/assets/css/main.css --style compressed",
"watch:css": "sass --watch src/styles/main.scss:docs/assets/css/main.css",
"build:js": "webpack --mode production",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"start": "webpack serve --open --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dawidolko/dawidolko.pl.git"
},
"author": "Dawio",
"license": "MIT",
"bugs": {
"url": "https://github.com/dawidolko/dawidolko.pl/issues"
},
"homepage": "https://github.com/dawidolko/dawidolko.pl#readme",
"devDependencies": {
"css-loader": "^6.10.0",
"jsdoc": "^4.0.2",
"kss": "^3.1.0",
"sass": "^1.70.0",
"sass-loader": "^14.1.0",
"style-loader": "^3.3.4",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.1"
},
"directories": {
"doc": "docs"
},
"keywords": []
}