SIGN IN SIGN UP
devhubapp / devhub UNCLAIMED

TweetDeck for GitHub - Filter Issues, Activities & Notifications - Web, Mobile & Desktop with 99% code sharing between them

0 0 30 TypeScript
{
"name": "@devhub/landing",
2020-02-06 21:06:59 -03:00
"version": "0.100.2",
"private": false,
"main": "dist/index.js",
"scripts": {
2019-08-29 02:54:40 -03:00
"clean": "shx rm -f *.tsbuildinfo && shx rm -rf dist && mkdirp dist",
"compile": "cd .",
2019-09-10 01:44:25 -03:00
"deploy": "yarn now",
2020-01-20 04:34:45 -03:00
"export": "yarn run-scripts && next build && next export",
"format": "prettier --write '{.,src/**}/*.{js,jsx,ts,tsx}'",
"lint": "tslint -p .",
2019-09-10 01:44:25 -03:00
"now": "now",
2020-01-20 04:34:45 -03:00
"postinstall": "yarn run-scripts",
"prepare": "cd .",
2020-01-20 04:34:45 -03:00
"run-scripts": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./src/scripts/refresh-cached-public-plans",
2019-11-09 01:50:55 -03:00
"start": "next -p 3001"
},
"dependencies": {
2020-02-22 19:36:33 -03:00
"@devhub/core": "npm:@brunolemos/devhub-core@0.100.2-2",
"@zeit/next-css": "1.0.1",
"autoprefixer": "9.6.4",
2019-07-20 16:41:05 -03:00
"classnames": "2.2.6",
"isomorphic-unfetch": "3.0.0",
2019-11-21 04:53:28 -03:00
"lodash": "4.17.15",
"next": "9.3.2",
2020-02-24 06:05:13 -03:00
"next-transpile-modules": "3.0.2",
2019-11-20 02:55:40 -03:00
"qs": "6.9.1",
2020-02-24 06:05:13 -03:00
"react": "16.12.0",
"react-dom": "16.12.0",
2019-09-21 06:00:25 -03:00
"react-stripe-elements": "5.0.1",
"tailwindcss": "1.1.2"
},
"devDependencies": {
2019-07-20 16:41:05 -03:00
"@types/classnames": "2.2.9",
2019-11-21 04:53:28 -03:00
"@types/lodash": "4.14.149",
"@types/node": "12.7.11",
2019-11-21 04:53:28 -03:00
"@types/qs": "6.9.0",
"@types/react": "16.9.13",
"@types/react-dom": "16.9.4",
"@types/react-stripe-elements": "1.3.5",
"@types/stripe-v3": "3.1.9",
2019-07-20 16:41:05 -03:00
"@types/styled-jsx": "2.2.8",
2019-08-29 02:54:40 -03:00
"mkdirp": "0.5.1",
"node-fetch": "2.6.0",
2020-04-23 20:15:42 -03:00
"now": "18.0.0",
"prettier": "1.18.2",
"ts-node": "8.6.2",
2019-11-06 20:23:09 -03:00
"tslint": "5.20.1",
"tslint-config-airbnb": "5.11.2",
"tslint-config-prettier": "1.18.0",
"tslint-react": "4.1.0",
2020-01-30 00:37:16 -03:00
"typescript": "3.7.5"
},
"engines": {
"node": ">=12"
}
2019-11-09 01:50:55 -03:00
}