-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 887 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
34
35
36
{
"name": "portfolio",
"version": "1.0.0",
"description": "Portfolio site",
"main": "index.html",
"dependencies": {
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^4.1.1",
"botui": "^0.3.4",
"vue": "^2.5.16"
},
"devDependencies": {
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "v4.0.0-alpha.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15"
},
"scripts": {
"build": "webpack",
"start": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hanvyj/personalSite.git"
},
"author": "Joseph Hanvy",
"license": "ISC",
"bugs": {
"url": "https://github.com/hanvyj/personalSite/issues"
},
"homepage": "https://github.com/hanvyj/personalSite#readme"
}