-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 872 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
{
"name": "personal-website",
"version": "1.0.0",
"description": "",
"private": true,
"dependencies": {},
"devDependencies": {
"css-loader": "^1.0.0",
"mini-css-extract-plugin": "^0.4.1",
"style-loader": "^0.21.0",
"webpack": "^4.16.1",
"webpack-cli": "^3.1.0",
"webpack-command": "^0.4.1",
"webpack-dev-server": "^3.1.14"
},
"scripts": {
"start": "webpack-dev-server --open",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timothymathison/timothymathison.github.io.git"
},
"author": "Timothy Mathison",
"license": "ISC",
"bugs": {
"url": "https://github.com/timothymathison/timothymathison.github.io/issues"
},
"homepage": "https://github.com/timothymathison/timothymathison.github.io#readme"
}