-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.99 KB
/
Copy pathpackage.json
File metadata and controls
100 lines (100 loc) · 2.99 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
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
92
93
94
95
96
97
98
99
100
{
"name": "felipe-cordero-site",
"version": "1.0.0",
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.16",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.1.0",
"stylelint": "^16.19.1",
"stylelint-config-standard": "^38.0.0",
"tailwindcss": "^3.4.17"
},
"description": "",
"main": "index.js",
"dependencies": {
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.3.0",
"anymatch": "^3.1.3",
"binary-extensions": "^2.3.0",
"braces": "^3.0.3",
"browserslist": "^4.24.5",
"chokidar": "^3.6.0",
"cliui": "^8.0.1",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"cssesc": "^3.0.0",
"dependency-graph": "^1.0.0",
"electron-to-chromium": "^1.5.150",
"emoji-regex": "^8.0.0",
"escalade": "^3.2.0",
"fill-range": "^7.1.1",
"fraction.js": "^4.3.7",
"fs-extra": "^11.3.0",
"get-caller-file": "^2.0.5",
"glob-parent": "^5.1.2",
"graceful-fs": "^4.2.11",
"gsap": "^3.13.0",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-fullwidth-code-point": "^3.0.0",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"jsonfile": "^6.1.0",
"lilconfig": "^3.1.3",
"lodash.castarray": "^4.4.0",
"lodash.isplainobject": "^4.0.6",
"lodash.merge": "^4.6.2",
"nanoid": "^3.3.11",
"node-releases": "^2.0.19",
"normalize-path": "^3.0.0",
"normalize-range": "^0.1.2",
"picocolors": "^1.1.1",
"picomatch": "^2.3.1",
"pify": "^2.3.0",
"postcss-load-config": "^5.1.0",
"postcss-reporter": "^7.1.0",
"postcss-selector-parser": "^6.0.10",
"postcss-value-parser": "^4.2.0",
"pretty-hrtime": "^1.0.3",
"read-cache": "^1.0.0",
"readdirp": "^3.6.0",
"require-directory": "^2.1.1",
"slash": "^5.1.0",
"source-map-js": "^1.2.1",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"thenby": "^1.3.4",
"tinyglobby": "^0.2.13",
"to-regex-range": "^5.0.1",
"universalify": "^2.0.1",
"update-browserslist-db": "^1.1.3",
"util-deprecate": "^1.0.2",
"wrap-ansi": "^7.0.0",
"y18n": "^5.0.8",
"yaml": "^2.7.1",
"yargs": "^17.7.2",
"yargs-parser": "^21.1.1"
},
"scripts": {
"dev": "hugo server -D",
"build": "hugo --gc --minify",
"build:css": "tailwindcss -i ./themes/careercanvas/assets/css/main.css -o ./themes/careercanvas/static/css/main.css --minify",
"watch:css": "tailwindcss -i ./themes/careercanvas/assets/css/main.css -o ./themes/careercanvas/static/css/main.css --watch",
"install:gsap": "npm install gsap@^3.13.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/felipecordero/felipecordero.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/felipecordero/felipecordero.github.io/issues"
},
"homepage": "https://github.com/felipecordero/felipecordero.github.io#readme"
}