Files
supabase/packages/web/package.json
Paul Copplestone f7dfa2016d v0.1.6
2019-10-15 09:33:58 +00:00

29 lines
718 B
JSON

{
"name": "@supabase/web",
"version": "0.1.6",
"description": "Supabase Main Website",
"scripts": {
"build": "next build",
"deploy": "yarn version && now --prod",
"dev": "next",
"export": "next export",
"start": "next start",
"static": "next build && next export"
},
"dependencies": {
"@mdx-js/loader": "^1.3.1",
"@zeit/next-mdx": "^1.2.0",
"@zeit/next-sass": "^1.0.0",
"bulma": "^0.7.5",
"next": "^9.0.5-canary.2",
"next-compose-plugins": "^2.2.0",
"node-sass": "^4.7.2",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.4.4",
"babel-plugin-module-resolver": "^3.2.0"
}
}