-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "lebenslauf",
"version": "1.0.0",
"description": "CV of this guy",
"main": "index.js",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html",
"export": "npm run build && ts-node src/render-to-pdf.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielschleindlsperger/lebenslauf.git"
},
"keywords": [
"lebenslauf",
"cv",
"curriculum vitae"
],
"author": "Daniel Schleindlsperger",
"license": "ISC",
"bugs": {
"url": "https://github.com/danielschleindlsperger/lebenslauf/issues"
},
"homepage": "https://github.com/danielschleindlsperger/lebenslauf#readme",
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/puppeteer": "^2.1.1",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"@types/serve-handler": "^6.1.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
},
"dependencies": {
"classnames": "^2.2.6",
"get-port": "^5.1.1",
"parcel-bundler": "^1.12.4",
"puppeteer": "^3.3.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"serve-handler": "^6.1.3",
"tailwindcss": "^1.4.6"
}
}