-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 821 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 821 Bytes
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
{
"name": "janielmartell.github.io",
"version": "0.0.1",
"description": "Personal Landing Page",
"scripts": {
"watch": "npx gulp",
"dev": "npx gulp dev",
"prod": "npx gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janielMartell/janielMartell.github.io.git"
},
"author": "Janiel Martell <martell.janiel@gmail.com> (https://github.com/janielMartell)",
"license": "ISC",
"bugs": {
"url": "https://github.com/janielMartell/janielMartell.github.io/issues"
},
"homepage": "https://github.com/janielMartell/janielMartell.github.io#readme",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.1.0",
"autoprefixer": "^9.5.0",
"cssnano": "^4.1.10",
"gulp": "^4.0.0",
"gulp-postcss": "^8.0.0",
"tailwindcss": "^0.7.4"
}
}