-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 850 Bytes
/
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
{
"name": "vedangj044.github.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=production tailwind build styles/style.css -o static/styles/style.css",
"build:css": "tailwind build styles/style.css -o static/styles/style.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vedangj044/vedangj044.github.io.git"
},
"author": "Vedang Joshi",
"license": "ISC",
"bugs": {
"url": "https://github.com/vedangj044/vedangj044.github.io/issues"
},
"homepage": "https://github.com/vedangj044/vedangj044.github.io#readme",
"dependencies": {
"parcel-bundler": "^1.12.5"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"postcss": "^8.2.10",
"tailwindcss": "^2.1.1"
}
}