-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
154 lines (154 loc) · 5.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "react-next-gen",
"version": "0.1.0",
"description": "Next.js boilerplate",
"keywords": [
"next.js",
"nextjs",
"react",
"typescript",
"emotion"
],
"author": "Jack Toumey",
"license": "ISC",
"engines": {
"node": ">= 11.10.1"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@storybook/addon-actions": "^5.2.5",
"@storybook/addon-docs": "^5.2.5",
"@storybook/addon-notes": "^5.2.5",
"@storybook/addon-storyshots": "^5.2.5",
"@storybook/addon-storysource": "^5.2.5",
"@storybook/addon-viewport": "^5.2.5",
"@storybook/react": "^5.2.5",
"@svgr/webpack": "^4.3.3",
"@testing-library/jest-dom": "^4.1.2",
"@testing-library/react": "^9.3.0",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^24.0.19",
"@types/lodash": "^4.14.144",
"@types/micro": "^7.3.3",
"@types/node": "^12.11.5",
"@types/react": "^16.9.9",
"@types/react-dom": "^16.9.2",
"@types/react-redux": "^7.1.5",
"@typescript-eslint/eslint-plugin": "^2.5.0",
"@typescript-eslint/parser": "^2.5.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"babel-plugin-macros": "^2.6.1",
"babel-plugin-preval": "^3.0.1",
"babel-preset-react-app": "^9.0.2",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.4.3",
"eslint": "^6.5.1",
"eslint-plugin-mdx": "^1.6.1",
"eslint-plugin-react": "^7.16.0",
"husky": "^3.0.9",
"jest": "^24.9.0",
"lint-staged": "^9.4.2",
"next-compose-plugins": "^2.2.0",
"prettier": "^1.18.2",
"react-addons-test-utils": "^15.6.2",
"react-docgen-typescript-loader": "^3.3.0",
"react-docgen-typescript-webpack-plugin": "^1.1.0",
"react-test-renderer": "^16.11.0",
"redux-devtools-extension": "^2.13.8",
"require-context.macro": "^1.2.2",
"rimraf": "^3.0.0",
"serve": "^11.2.0",
"shortid": "^2.2.15",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typedoc": "^0.15.0",
"typescript": "^3.6.4",
"webpack": "^4.41.2"
},
"dependencies": {
"@apollo/react-common": "^3.1.3",
"@apollo/react-hooks": "^3.1.3",
"@apollo/react-ssr": "^3.1.3",
"@emotion/babel-preset-css-prop": "^10.0.23",
"@emotion/core": "^10.0.22",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"@material-ui/core": "^4.7.0",
"@material-ui/icons": "^4.5.1",
"@mdx-js/loader": "^1.5.1",
"@next/mdx": "^9.1.1",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link-http": "^1.5.16",
"apollo-link-schema": "^1.2.4",
"apollo-server-micro": "^2.9.12",
"apollo-utilities": "^1.3.2",
"babel-plugin-import": "^1.13.0",
"dotenv": "^8.2.0",
"emotion-theming": "^10.0.19",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"isomorphic-unfetch": "^3.0.0",
"lodash": "^4.17.15",
"mdx-prism": "^0.3.1",
"micro": "^9.3.5-canary.1",
"moment": "^2.24.0",
"next": "9.1.1",
"next-images": "^1.2.0",
"pagination": "^0.4.6",
"react": "16.11.0",
"react-dom": "16.11.0",
"react-redux": "^7.1.1",
"react-typed": "^1.2.0",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^6.1.1",
"redux-thunk": "^2.3.0",
"rehype-document": "^3.0.1",
"rehype-format": "^3.0.0",
"rehype-stringify": "^6.0.0",
"remark-frontmatter": "^1.3.2",
"remark-images": "^1.0.0",
"remark-metadata": "^0.2.1",
"remark-parse": "^7.0.1",
"remark-parse-yaml": "0.0.3",
"remark-rehype": "^5.0.0",
"unified": "^8.4.1",
"unist-util-visit": "^2.0.0"
},
"scripts": {
"new:play": "node ./scripts/new-post.js play",
"new:work": "node ./scripts/new-post.js work",
"new:thoughts": "node ./scripts/new-post.js thoughts",
"clean:node": "rimraf ./node_modules",
"clean:next": "rimraf ./.next",
"clean:install": "npm run clean:node && npm run install",
"start:watch": "next dev -- -p 4444",
"start:prod": "next start",
"start:static": "serve ./out",
"build:server": "next build",
"build:static": "next build && next export",
"build:rss": "node ./.next/serverless/src/services/blog/data/rssFeed.js",
"build:now": "yarn build:server && yarn build:rss",
"deploy:prod": "now",
"lab:start": "start-storybook -p 9001 -c .storybook",
"lab:build": "build-storybook -c .storybook -o .storybook-static",
"test:check": "jest",
"test:watch": "jest --watchAll=true",
"test:coverage": "jest --coverage",
"test:udpate": "jest --updateSnapshot",
"types:check": "tsc",
"types:markdown": "typedoc --theme markdown --out ./.types ./src/lib",
"types:html": "typedoc --out ./.types ./src/lib",
"types:clean": "rimraf ./.types",
"lint:check": "eslint ./src --ext .js,.jsx,.ts,.tsx,",
"lint:check-with-mdx": "eslint ./src --ext .js,.jsx,.ts,.tsx,.mdx",
"lint:fix": "eslint ./src --ext .js,.jsx,.ts,.tsx --fix",
"lint:fix-with-mdx": "eslint ./src --ext .js,.jsx,.ts,.tsx,.mdx --fix",
"lint:prettify": "prettier --write './src/**/*.{js,jsx,ts,tsx}'"
}
}