-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
146 lines (146 loc) · 4.5 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
{
"name": "course-manager",
"version": "0.1.0",
"private": true,
"dependencies": {
"@feedback-fish/react": "1.2.1",
"@headlessui/react": "0.0.0-2472521",
"@heroicons/react": "1.0.1",
"@popperjs/core": "2.5.4",
"@radix-ui/react-polymorphic": "0.0.12",
"@sentry/react": "5.29.2",
"@tailwindcss/aspect-ratio": "0.2.1",
"@tailwindcss/forms": "0.3.3",
"@tailwindcss/typography": "0.4.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.10",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@urql/devtools": "2.0.2",
"@urql/exchange-auth": "0.1.2",
"@urql/exchange-retry": "0.2.0",
"ace-builds": "1.4.12",
"axios": "0.21.4",
"clsx": "1.1.1",
"date-fns": "2.16.1",
"firebase": "8.1.1",
"formik": "2.2.5",
"framer-motion": "2.9.5",
"graphql": "15.4.0",
"graphql-request": "3.4.0",
"graphql-tag": "2.11.0",
"history": "5.0.0",
"jsonwebtoken": "8.5.1",
"next": "11.0.1",
"next-auth": "3.27.3",
"next-connect": "0.10.2",
"papaparse": "5.3.0",
"pino": "6.13.0",
"postcss": "^8.2.8",
"postmark": "2.7.8",
"react": "^17.0.2",
"react-ace": "9.2.0",
"react-datepicker": "3.3.0",
"react-dom": "^17.0.2",
"react-markdown": "^5.0.3",
"react-popper": "2.2.4",
"react-portal": "4.2.1",
"react-router": "6.0.0-beta.0",
"react-toast-notifications": "2.4.0",
"recharts": "2.0.0-beta.8",
"remark-emoji": "^2.1.0",
"remark-gfm": "^1.0.0",
"rxfire": "4.0.0",
"slug": "5.1.0",
"subscriptions-transport-ws": "0.9.18",
"typescript": "4.4.3",
"urql": "1.10.3",
"yup": "0.31.1"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"serve": "vite preview",
"lint": "eslint --ext js,ts,tsx src",
"hasura": "hasura",
"gen:gql": "graphql-codegen --config codegen.js",
"gen:gitea": "npx swagger-typescript-api -p http://localhost:3030/swagger.v1.json -o ./lib/generated --axios --single-http-client --name GiteaApi.ts --type-prefix Gitea",
"format:write": "prettier --write \".\" --ignore-path .gitignore",
"format:check": "prettier --list-different \".\" --ignore-path .gitignore",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@graphql-codegen/cli": "1.19.4",
"@graphql-codegen/introspection": "1.18.1",
"@graphql-codegen/schema-ast": "1.18.1",
"@graphql-codegen/typescript": "1.19.0",
"@graphql-codegen/typescript-graphql-request": "3.2.5",
"@graphql-codegen/typescript-operations": "1.17.12",
"@graphql-codegen/typescript-urql": "2.0.3",
"@storybook/addon-a11y": "6.3.1",
"@storybook/addon-actions": "^6.3.1",
"@storybook/addon-essentials": "^6.3.1",
"@storybook/addon-links": "^6.3.1",
"@storybook/addon-postcss": "2.0.0",
"@storybook/addon-storysource": "6.3.1",
"@storybook/addons": "6.3.2",
"@storybook/react": "^6.3.1",
"@storybook/theming": "6.3.2",
"@types/papaparse": "5.2.4",
"@types/pino": "6.3.11",
"@types/react-datepicker": "3.1.2",
"@types/react-portal": "4.0.2",
"@types/react-toast-notifications": "2.4.0",
"@types/slug": "5.0.2",
"@types/yup": "0.29.9",
"@vitejs/plugin-react-refresh": "^1.3.1",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"craco-alias": "^2.2.0",
"dotenv": "10.0.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"hasura-cli": "1.3.3",
"husky": "4.3.0",
"msw": "0.29.0",
"msw-storybook-addon": "1.1.0",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-nested": "5.0.5",
"postcss-preset-env": "6.7.0",
"prettier": "2.2.1",
"pretty-quick": "3.1.0",
"rollup-plugin-polyfill-node": "0.6.2",
"storybook-addon-next-router": "2.0.4",
"storybook-builder-vite": "^0.0.9",
"tailwindcss": "2.2.2",
"tsconfig-paths-webpack-plugin": "3.5.1",
"vite-plugin-svgr": "^0.3.0",
"vite-tsconfig-paths": "^3.3.13"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"msw": {
"workerDirectory": "public"
}
}