-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.2 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
{
"name": "cc-resume",
"version": "2.4.0",
"description": "Connor Couetil's résumé, built using open web technologies",
"html": "dist/index.html",
"pdf": "dist/resume.pdf",
"main": "api.js",
"bin": {
"cc-resume": "cli.js"
},
"scripts": {
"dev": "./cli.js dev",
"build": "./cli.js build",
"test": "./cli.js test",
"serve": "./cli.js serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/couetilc/resume.git"
},
"author": "Connor Couetil",
"license": "MIT",
"bugs": {
"url": "https://github.com/couetilc/resume/issues"
},
"homepage": "https://github.com/couetilc/resume#readme",
"dependencies": {
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"css-loader": "^5.1.3",
"file-loader": "^6.2.0",
"finalhandler": "^1.1.2",
"html-webpack-plugin": "^5.3.1",
"image-webpack-loader": "^7.0.1",
"mini-css-extract-plugin": "^1.3.9",
"puppeteer": "^9.0.0",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"serve-static": "^1.14.1",
"style-loader": "^2.0.0",
"webpack": "^5.26.3",
"webpack-dev-server": "^3.11.2"
},
"eslintIgnore": [
"dist"
],
"devDependencies": {
"cc-lint": "^0.2.0"
}
}