-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 858 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 858 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
29
30
{
"name": "crypto-pizza",
"version": "1.0.0",
"description": "",
"main": "postcss.config.js",
"dependencies": {},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.3.0",
"autoprefixer": "^10.3.7",
"cssnano": "^5.0.8",
"postcss-cli": "^9.0.1",
"tailwindcss": "^2.2.17"
},
"scripts": {
"dev": "vite",
"build": "TAILWIND_MODE=watch postcss tailwind.css -o ./assets/style.css --watch --verbose",
"prod": "NODE_ENV=production postcss tailwind.css -o ./assets/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ghidyon/cryptopizza.git"
},
"keywords": [],
"author": "Gideon Akunana <gideonakunana@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ghidyon/cryptopizza/issues"
},
"homepage": "https://github.com/ghidyon/cryptopizza#readme"
}