37 lines
870 B
JSON
37 lines
870 B
JSON
{
|
|
"private": true,
|
|
"name": "winder",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "PREACT_APP_ENV=prod preact build --no-esm --no-inline-css --no-prerender",
|
|
"serve": "sirv build --port 8080 --cors --single",
|
|
"dev": "preact watch",
|
|
"lint": "eslint src"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "preact"
|
|
},
|
|
"eslintIgnore": [
|
|
"build/*"
|
|
],
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.3.1",
|
|
"eslint": "^7.17.0",
|
|
"eslint-config-preact": "^1.1.3",
|
|
"postcss": "^8.3.6",
|
|
"preact-cli": "^3.0.0",
|
|
"preact-cli-plugin-env-vars": "^1.2.1",
|
|
"preact-cli-postcss": "^1.1.1",
|
|
"sirv-cli": "^1.0.3",
|
|
"tailwindcss": "^2.2.7"
|
|
},
|
|
"dependencies": {
|
|
"chart.js": "^3.5.0",
|
|
"preact": "^10.5.15",
|
|
"preact-render-to-string": "^5.1.2",
|
|
"preact-router": "^3.2.1",
|
|
"zustand": "^3.6.2"
|
|
}
|
|
}
|