-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.84 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
{
"name": "ccjmne-resume",
"title": "Eric NICOLAS :: Resume",
"version": "1.0.1",
"description": "My simple static HTML resume meant to be printed out into a A4 portrait PDF document",
"main": "src/index.ts",
"scripts": {
"start": "webpack serve --mode development --port 8042 --open",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ccjmne/ccjmne-resume.git"
},
"keywords": [
"ccjmne",
"html",
"pdf",
"resume"
],
"author": "Eric NICOLAS <[email protected]> (ccjmne)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ccjmne/ccjmne-resume/issues"
},
"homepage": "https://github.com/ccjmne/ccjmne-resume#readme",
"dependencies": {
"hyphen": "^1.6.6",
"pdfjs": "^2.5.0",
"puppeteer": "^20.5.0"
},
"devDependencies": {
"@types/html-webpack-plugin": "^3.2.6",
"@types/hyphen": "^1.6.5",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.8.1",
"css-modules-typescript-loader": "^4.0.1",
"eslint": "^8.42.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"html-webpack-plugin": "^5.5.3",
"mini-svg-data-uri": "^1.4.4",
"mkdirp": "^3.0.1",
"sass": "^1.63.3",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"stylelint": "^15.7.0",
"stylelint-config-property-sort-order-smacss": "^9.1.0",
"stylelint-config-standard-scss": "^9.0.0",
"svgo-loader": "^4.0.0",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3",
"url-loader": "^4.1.1",
"webpack": "^5.86.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}