-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "lightning00blade.github.io",
"version": "1.0.0",
"private": "true",
"description": "Personal CV Portfolio",
"main": "index.html",
"scripts": {
"dev": "mix",
"watch": "mix watch",
"prod": "mix --production",
"serve": "http-server ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lightning00Blade/lightning00blade.github.io.git"
},
"keywords": [
"GitHub",
"Pages"
],
"author": "Nikolay Vitkov",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Lightning00Blade/lightning00blade.github.io/issues"
},
"homepage": "https://github.com/Lightning00Blade/lightning00blade.github.io#readme",
"devDependencies": {
"cross-env": "7.0.3",
"http-server": "13.0.2",
"laravel-mix": "6.0.34",
"resolve-url-loader": "4.0.0",
"sass": "1.43.2",
"sass-loader": "12.2.0",
"vue-template-compiler": "2.6.14",
"webpack-cli": "4.9.1"
}
}