-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.44 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
{
"name": "knowledge-adventure-club",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"algoliasearch": "^4.3.0",
"client-oauth2": "^4.3.2",
"formik": "^2.1.5",
"graphql-request": "^2.0.0",
"load-script": "^1.0.0",
"lodash": "^4.17.19",
"next": "canary",
"preact": "^10.4.6",
"preact-render-to-string": "^5.1.10",
"qs": "^6.9.4",
"query-string": "^6.13.1",
"react": "github:preact-compat/react#1.0.0",
"react-dom": "github:preact-compat/react-dom#1.0.0",
"react-ssr-prepass": "npm:preact-ssr-prepass@^1.0.1",
"react-instantsearch-dom": "^6.6.0",
"react-markdown": "^4.3.1",
"swr": "^0.2.3",
"yup": "^0.29.1"
},
"devDependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@mdx-js/loader": "^1.6.11",
"@next/mdx": "^9.4.4",
"@tailwindcss/typography": "^0.2.0",
"@testing-library/jest-dom": "^5.11.1",
"@testing-library/react": "^10.4.7",
"axios": "^0.19.2",
"babel-jest": "^26.1.0",
"command-line-args": "^5.1.1",
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
"jest": "^26.1.0",
"pad-number": "^0.0.4",
"parse-link-header": "^1.0.1",
"postcss-preset-env": "^6.7.0",
"react-test-renderer": "^16.13.1",
"tailwindcss": "^1.4.0"
}
}