forked from tuchandra/rescue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 890 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
30
31
32
{
"name": "pmdrtdx-rescue",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js",
"build": "postcss css/tailwind.css -o generated/tailwind.css",
"watch": "watch 'npm run build:css' ./layouts",
"prod": "cross-env NODE_ENV=production postcss css/tailwind.css -o generated/tailwind.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adamwathan/my-tailwind-project.git"
},
"keywords": [],
"author": "Tushar Chandra",
"license": "MIT",
"homepage": "https:/tusharc.dev/rescue/",
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.2.0",
"@tailwindcss/custom-forms": "^0.2.1",
"autoprefixer": "^9.6.1",
"node-static": "^0.7.11",
"postcss-cli": "^6.1.2",
"tailwindcss": "^1.0.4",
"watch": "^1.0.2"
},
"devDependencies": {
"cross-env": "^7.0.2"
}
}