-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 868 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
{
"name": "garsonman-front",
"version": "1.0.0",
"description": "online shop garsonman",
"main": "tailwind.config.js",
"dependencies": {
"postcss": "^8.4.5",
"tailwindcss": "^3.0.13"
},
"devDependencies": {
"live-server": "^1.2.1"
},
"scripts": {
"tw:build": "npx tailwindcss -i ./src/styles/input.css -o ./dist/css/output.css",
"tw:watch": "npx tailwindcss -i ./src/styles/input.css -o ./dist/css/output.css --watch ",
"tw:dev": "live-server ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mtkz/garsonman-front.git"
},
"author": "mohammad tahourian",
"license": "ISC",
"bugs": {
"url": "https://github.com/mtkz/garsonman-front/issues"
},
"homepage": "https://github.com/mtkz/garsonman-front#readme"
}