beeedf7005
no issue * Added new subscribe page with stripe integration
30 lines
861 B
JSON
30 lines
861 B
JSON
{
|
|
"name": "ghost-member",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "preact build --template=index.html --src=index.js --dest=dist --service-worker=false --no-prerender",
|
|
"dev": "yarn build --no-production && preact watch --port=8080",
|
|
"lint": "eslint src"
|
|
},
|
|
"eslintIgnore": [
|
|
"build/*"
|
|
],
|
|
"devDependencies": {
|
|
"autoprefixer": "^9.4.2",
|
|
"cssnano": "^4.1.7",
|
|
"grunt": "1.0.3",
|
|
"grunt-shell": "2.1.0",
|
|
"postcss-color-mod-function": "^3.0.3",
|
|
"postcss-css-variables": "^0.11.0",
|
|
"postcss-custom-properties": "^8.0.9",
|
|
"postcss-import": "^12.0.1",
|
|
"preact-cli": "https://github.com/TryGhost/preact-cli/tarball/421f03bcf954c79d5f14fd2e278049a9bdfcba83"
|
|
},
|
|
"dependencies": {
|
|
"preact": "^8.2.1",
|
|
"preact-compat": "^3.17.0",
|
|
"react-stripe-elements": "^2.0.3"
|
|
}
|
|
}
|