-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 917 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
{
"license": "MIT",
"homepage": "https://github.com/ShayanTheNerd/virtual-keyboard-PWA",
"readme": "https://github.com/ShayanTheNerd/virtual-keyboard-PWA#readme",
"author": {
"name": "Shayan Zamani",
"url": "https://shayan-zamani.me/",
"email": "[email protected]"
},
"repository": {
"type": "git",
"directory": "virtual-keyboard-PWA-PWA",
"url": "https://github.com/ShayanTheNerd/virtual-keyboard-PWA"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/ShayanTheNerd/virtual-keyboard-PWA/issues"
},
"devDependencies": {
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.10",
"tailwindcss": "^3.4.0"
},
"scripts": {
"format": "npx prettier --write .",
"dev": "npx tailwindcss -i ./assets/css/tw-input.css -o ./assets/css/styles.css --watch",
"build": "npx tailwindcss -i ./assets/css/tw-input.css -o ./assets/css/styles.css --minify"
}
}