mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-17 12:24:55 +00:00
Webpack template with tailwind and now.sh
This commit is contained in:
12
package.json
12
package.json
@@ -9,18 +9,24 @@
|
||||
"start": "node __sapper__/build",
|
||||
"cy:run": "cypress run",
|
||||
"cy:open": "cypress open",
|
||||
"test": "run-p --race dev cy:run"
|
||||
"test": "run-p --race dev cy:run",
|
||||
"now": "npm run build:tailwind && SAPPER_TIMESTAMP=$(date +%s%3N) sapper build && now -e SAPPER_TIMESTAMP=$(date +%s%3N)",
|
||||
"watch:tailwind": "postcss static/tailwind.css -o static/index.css -w",
|
||||
"build:tailwind": "NODE_ENV=production postcss static/tailwind.css -o static/index.css"
|
||||
},
|
||||
"dependencies": {
|
||||
"compression": "^1.7.1",
|
||||
"polka": "^0.5.0",
|
||||
"sirv": "^0.4.0"
|
||||
"sirv": "^0.4.0",
|
||||
"tailwindcss": "^1.0.4",
|
||||
"@fullhuman/postcss-purgecss": "^1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"npm-run-all": "^4.1.5",
|
||||
"sapper": "^0.27.0",
|
||||
"svelte": "^3.0.0",
|
||||
"svelte-loader": "^2.9.0",
|
||||
"webpack": "^4.7.0"
|
||||
"webpack": "^4.7.0",
|
||||
"postcss-cli": "^6.1.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user