-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 852 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
{
"name": "MiloradFilipovic.github.io",
"version": "1.0.0",
"description": "MiloradFilipovic.github.io\r ==========================",
"main": "index.js",
"private": true,
"scripts": {
"build": "webpack",
"watch": "webpack --watch --progress",
"watch-sass": "sass --watch --style=compressed sass\\mrd_github.scss:stylesheets\\style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MiloradFilipovic/MiloradFilipovic.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MiloradFilipovic/MiloradFilipovic.github.io/issues"
},
"homepage": "https://github.com/MiloradFilipovic/MiloradFilipovic.github.io#readme",
"devDependencies": {
"webpack": "^5.19.0",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2"
}
}