-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "takacsmark.github.io",
"version": "1.0.0",
"description": "takacsmark.com hosted on github pages",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/takacsmark/takacsmark.github.io.git"
},
"keywords": [
"takacsmark.com",
"github",
"pages"
],
"author": "Mark Takacs <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/takacsmark/takacsmark.github.io/issues"
},
"homepage": "https://github.com/takacsmark/takacsmark.github.io#readme",
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.2.4",
"charter-webfont": "^3.0.2",
"cssnano": "^4.1.10",
"del": "^3.0.0",
"dir-compare": "^1.7.2",
"eslint": "^5.16.0",
"glob": "^7.1.4",
"gulp": "^4.0.2",
"gulp-image-resize": "^0.13.0",
"gulp-imagemin": "^4.1.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tap": "^1.0.1",
"postcss": "^8.2.6",
"postcss-import": "^14.0.0",
"precss": "^4.0.0",
"run-sequence": "^2.2.1",
"tailwindcss": "^2.0.3"
}
}