-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 4.22 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
{
"name": "nextjs-github-browser",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:all": "npm run storybook:build && npm run build",
"start": "next start",
"start:cache": "CACHE_PAGES=true npm start",
"storybook": "start-storybook -p 6006",
"storybook:build": "GRAPHQL_API_TOKEN=null STORYBOOK_DO_NOT_CALL_GITHUB_DIRECTLY_WITH_TOKEN=true build-storybook -o ./public/explore/storybook",
"lint": "eslint --ext js,jsx,ts,tsx --no-fix .",
"lint:fix": "eslint --ext js,jsx,ts,tsx --fix .",
"type-check": "npm run type-check:src && npm run type-check:cy",
"type-check:src": "tsc --project tsconfig.json --pretty --noEmit",
"type-check:cy": "tsc --project ./cypress --pretty --noEmit",
"prepare": "husky install",
"graphql-codegen": "graphql-codegen --config codegen.yml",
"test": "npm run test:unit",
"test:unit": "jest",
"test:unit:watch": "jest --watch",
"test:precommit": "npm run test:unit:precommit",
"test:unit:precommit": "npm run test:unit -- --passWithNoTests",
"cy:open": "cypress open",
"cy:run": "cypress run",
"forward": "ssh -R 80:localhost:3000 localhost.run -l nextjs-repository-browser"
},
"dependencies": {
"@apollo/client": "^3.3.16",
"@primer/octicons-react": "^14.2.1",
"@types/react-syntax-highlighter": "^13.5.2",
"byte-size": "^8.1.0",
"clsx": "^1.1.1",
"deepmerge": "^4.2.2",
"github-markdown-css": "^4.0.0",
"graphql": "^15.5.0",
"hash.js": "^1.1.7",
"human-readable-numbers": "^0.9.5",
"human-time": "0.0.2",
"next": "^12.1.0",
"nextjs-progressbar": "0.0.13",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^6.0.2",
"react-syntax-highlighter": "^15.4.5",
"react-toggle": "^4.1.2",
"rehype-raw": "^5.1.0",
"rehype-sanitize": "^4.0.0",
"remark-gfm": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@cypress/webpack-preprocessor": "^5.9.1",
"@graphql-codegen/cli": "1.21.4",
"@graphql-codegen/typescript": "1.22.0",
"@graphql-codegen/typescript-document-nodes": "1.17.11",
"@graphql-codegen/typescript-graphql-files-modules": "1.18.1",
"@graphql-codegen/typescript-operations": "1.17.16",
"@graphql-codegen/typescript-react-apollo": "2.2.4",
"@next/env": "^11.1.2",
"@octokit/graphql-schema": "^10.39.1",
"@storybook/addon-actions": "^6.3.7",
"@storybook/addon-essentials": "^6.3.7",
"@storybook/addon-links": "^6.3.7",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^6.3.7",
"@swc-node/jest": "^1.3.5",
"@testing-library/cypress": "^8.0.0",
"@testing-library/jest-dom": "^5.13.0",
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "^7.0.1",
"@types/byte-size": "^8.1.0",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.169",
"@types/node": "^15.0.1",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"@types/react-toggle": "^4.0.3",
"@types/testing-library__jest-dom": "^5.13.0",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"cross-fetch": "^3.1.4",
"cypress": "^8.3.1",
"cypress-plugin-tab": "^1.0.5",
"eslint": "^7.27.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^12.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jest-dom": "^3.9.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-tailwindcss": "^1.15.0",
"husky": "^6.0.0",
"jest": "^27.0.4",
"lint-staged": "^11.0.0",
"mockdate": "^3.0.5",
"next-router-mock": "^0.2.4",
"postcss": "^8.2.13",
"prettier": "2.2.1",
"storybook-addon-next-router": "^3.0.8",
"storybook-addon-themes": "^6.1.0",
"storybook-css-modules-preset": "^1.1.1",
"tailwindcss": "^2.2.16",
"typescript": "^4.5.2",
"webpack": "^4.46.0"
}
}