|
| 1 | +{ |
| 2 | + "name": "TODO", |
| 3 | + "description": "TODO", |
| 4 | + "version": "0.0.1", |
| 5 | + "scripts": { |
| 6 | + "watch:tailwind": "postcss static/tailwind.css -o static/index.css -w", |
| 7 | + "build:tailwind": "NODE_ENV=production postcss static/tailwind.css -o static/index.css", |
| 8 | + "build": "npm run build:tailwind && sapper build --legacy", |
| 9 | + "dev": "sapper dev", |
| 10 | + "export": "sapper export --legacy", |
| 11 | + "start": "node __sapper__/build", |
| 12 | + "cy:run": "cypress run", |
| 13 | + "cy:open": "cypress open", |
| 14 | + "test": "run-p --race dev cy:run" |
| 15 | + }, |
| 16 | + "dependencies": { |
| 17 | + "@fullhuman/postcss-purgecss": "^1.2.0", |
| 18 | + "compression": "^1.7.1", |
| 19 | + "polka": "^0.5.0", |
| 20 | + "sirv": "^0.4.0" |
| 21 | + }, |
| 22 | + "devDependencies": { |
| 23 | + "@babel/core": "^7.0.0", |
| 24 | + "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
| 25 | + "@babel/plugin-transform-runtime": "^7.0.0", |
| 26 | + "@babel/preset-env": "^7.0.0", |
| 27 | + "@babel/runtime": "^7.0.0", |
| 28 | + "npm-run-all": "^4.1.5", |
| 29 | + "postcss-cli": "^6.1.2", |
| 30 | + "rollup": "^1.0.0", |
| 31 | + "rollup-plugin-babel": "^4.0.2", |
| 32 | + "rollup-plugin-commonjs": "^9.1.6", |
| 33 | + "rollup-plugin-node-resolve": "^4.0.0", |
| 34 | + "rollup-plugin-replace": "^2.0.0", |
| 35 | + "rollup-plugin-svelte": "^5.0.1", |
| 36 | + "rollup-plugin-terser": "^4.0.4", |
| 37 | + "sapper": "^0.27.0", |
| 38 | + "svelte": "^3.0.0", |
| 39 | + "tailwindcss": "^1.0.3" |
| 40 | + } |
| 41 | +} |
0 commit comments