-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "corytheboyd.com",
"version": "1.0.0",
"description": "https://corytheboyd.com",
"author": "Cory Boyd <[email protected]>",
"license": "WTFPL",
"private": true,
"scripts": {
"start": "npx gulp serve",
"build": "npx gulp build"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.5",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-connect": "^5.7.0",
"gulp-postcss": "^9.0.0",
"gulp-posthtml": "^3.0.5",
"markdown-it": "^12.0.4",
"nightwind": "^1.1.6",
"postcss": "^8.4.12",
"posthtml-content": "0.0.3",
"posthtml-doctype": "^1.1.1",
"posthtml-expressions": "^1.7.1",
"posthtml-include": "^1.6.2",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"strip-indent": "^3.0.0",
"tailwindcss": "^3.0.24"
},
"dependencies": {
"gulp-rename": "^2.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"postcss-import": "^15.1.0",
"typescript": "^5.1.6"
}
}