-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.41 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "@kirmas/cv",
"version": "2.2.0",
"description": "Andrii Kirmas - Senior Full Stack Engineer",
"homepage": "https://askirmas.github.io/cv/",
"main": "index.js",
"bin": {
"kirmas-cv": "index.js",
"andrii_kirmas-cv": "index.js"
},
"scripts": {
"setup": "./setup.sh",
"preparation": "./postinstall.sh",
"start": "node index.js",
"test": "npm run build",
"dev": "next",
"build": "npm run compile && npm run compile/pdf",
"prebuild": "npm run unit",
"postbuild": "npm run spec",
"compile": "next build && next export",
"precompile": "rm -rf out ",
"postcompile": "rm -rf out/404.html",
"compile/pdf": "ts-node-script cli/pdf-gen",
"release": "np",
"-postrelease": "Update snaps && npm run compile/pdf && npm run publish",
"publish": "gh-pages --dist out --dotfiles --message \"$(git show-ref --hash --verify HEAD)\"",
"spec": "jest --config jest.config.json",
"spec@ci": "exit 0; npm run spec --blur=2 --threshold=0.075",
"unit": "exit 0"
},
"keywords": [
"Andrii Kirmas",
"Senior",
"Full Stack",
"Software",
"Engineer",
"CV"
],
"author": {
"name": "Andrii Kirmas",
"email": "[email protected]",
"url": "https://linkedin.com/in/kirmas/"
},
"license": "MIT",
"dependencies": {},
"optionalDependencies": {},
"devDependencies": {
"@types/globby": "^9.1.0",
"@types/jest": "^26.0.21",
"@types/jest-image-snapshot": "^3.1.0",
"@types/node": "^14.14.35",
"@types/puppeteer": "^3.0.5",
"@types/react": "^16.14.5",
"@types/react-dom": "^16.9.12",
"ajv": "^7.2.3",
"gh-pages": "^3.1.0",
"git-hooks-wrapper": "^0.7.1",
"globby": "^11.0.3",
"jest": "^26.6.3",
"jest-image-snapshot": "^4.4.0",
"material-components-web": "^7.0.0",
"next": "^10.0.9",
"node-sass-json-importer": "^4.3.0",
"np": "^6.4.0",
"postcss-d-ts": "^1.0.0",
"puppeteer": "^8.0.0",
"react": "^16.14.0",
"react-classnaming": "^0.16.4",
"react-dom": "^16.14.0",
"sass": "^1.32.8",
"ts-jest": "^26.5.4",
"ts-node": "^8.10.2",
"typescript": "^4.2.3"
},
"publishConfig": {
"access": "public"
},
"np": {
"yarn": false,
"yolo": true
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/askirmas/cv.git",
"https": "https://github.com/askirmas/cv"
},
"files": [
"index.js",
"postinstall.sh"
]
}