forked from whizkydee/olaolu.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.81 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.81 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "olaolu.dev",
"private": true,
"version": "1.0.0",
"workspaces": [
"literal-sauce-drip"
],
"homepage": "https://olaolu.dev",
"description": "Olaolu's personal website",
"repository": "https://github.com/whizkydee/olaolu.dev",
"bugs": "https://github.com/whizkydee/olaolu.dev/issues",
"author": "Olaolu Olawuyi <mrolaolu@gmail.com> (https://olaolu.dev)",
"scripts": {
"flush": "del dist landing/dist shelf/dist",
"install": "yarn --cwd ./landing install && yarn --cwd ./shelf install",
"serve:shelf": "yarn --cwd ./shelf develop",
"serve:landing": "yarn --cwd ./landing serve",
"serve": "yarn flush && node -r esm scripts/dev.js",
"build:shelf": "yarn --cwd ./shelf build",
"build:landing": "yarn --cwd ./landing build",
"build:resume": "node -r esm scripts/resume-to-pdf.js",
"build": "yarn flush && node -r esm scripts/build.js",
"predeploy": "yarn build",
"deploy": "netlify deploy --prod"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "3.8.0",
"@vue/eslint-config-prettier": "4.0.1",
"babel-eslint": "10.0.1",
"cache-loader": "^4.1.0",
"del-cli": "^2.0.0",
"eslint": "5.16.0",
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-vue": "5.0.0",
"esm": "^3.2.25",
"glob": "^7.1.6",
"move-file": "^1.2.0",
"netlify-cli": "^2.15.0",
"node-sass": "^4.13.0",
"npm-run-all": "^4.1.5",
"puppeteer": "^3.1.0",
"raw-loader": "^3.1.0",
"sass-loader": "^7.1.0",
"tree-kill": "^1.2.2"
},
"dependencies": {
"@gridsome/cli": "0.3.2",
"@mrolaolu/helpers": "^0.3.2",
"core-js": "^3.6.5",
"svg-to-vue-component": "^0.3.8",
"vue": "2.6.11",
"vue-styled-components": "1.4.5",
"vue-template-compiler": "2.6.11",
"vuex": "^3.1.1"
},
"engines": {
"node": ">=12.0.0"
}
}