-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
106 lines (106 loc) · 3.28 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
{
"name": "glance",
"version": "0.3.5",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test:cov": "jest --coverage",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"style": "npx tailwindcss -i ./styles/globals.css -o ./components/output.css --watch",
"style:build": "npx tailwindcss -i ./styles/globals.css -o ./components/output.css",
"prepare": "husky install"
},
"dependencies": {
"@dnd-kit/core": "^6.0.7",
"@dnd-kit/sortable": "^7.0.2",
"@instructure/ui": "^8.38.0",
"@react-oauth/google": "^0.2.6",
"and": "^0.0.3",
"google-auth-library": "^8.5.1",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"import": "^0.0.6",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"nanoid": "^4.0.0",
"next": "12.2.5",
"next-auth": "^4.19.2",
"random-sentence": "^1.0.4",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.7.1",
"react-markdown": "^8.0.6",
"react-slider": "^2.0.4",
"recharts": "^2.3.2",
"rehype-katex": "^6.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@axe-core/react": "^4.6.1",
"@babel/core": "^7.18.5",
"@babel/plugin-proposal-decorators": "^7.19.3",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@storybook/addon-actions": "^7.0.0-rc.4",
"@storybook/addon-essentials": "^7.0.0-rc.4",
"@storybook/addon-interactions": "^7.0.0-rc.4",
"@storybook/addon-links": "^7.0.0-rc.4",
"@storybook/addon-mdx-gfm": "^7.0.0-rc.4",
"@storybook/builder-webpack5": "^7.0.0-rc.4",
"@storybook/manager-webpack5": "^6.5.0-rc.1",
"@storybook/nextjs": "^7.0.0-rc.4",
"@storybook/react": "^7.0.0-rc.4",
"@storybook/testing-library": "^0.0.14-next.1",
"@storybook/testing-react": "^2.0.0-next.0",
"@types/jest": "^29.1.1",
"@types/node": "^18.11.0",
"@types/prop-types": "^15.7.5",
"@types/react": "^18.0.21",
"@types/react-router-dom": "^5.3.3",
"@types/react-slider": "^1.3.1",
"@types/recharts": "^1.8.23",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"autoprefixer": "^10.4.7",
"axe-core": "^4.5.0",
"babel-loader": "^8.2.5",
"concurrently": "^7.4.0",
"eslint": "^8.33.0",
"eslint-config-next": "^13.1.6",
"eslint-config-prettier": "^8.6.0",
"eslint-config-semistandard": "^17.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-storybook": "^0.6.10",
"eslint-plugin-unicorn": "^45.0.2",
"flowbite": "^1.4.7",
"flowbite-react": "^0.0.27",
"husky": "^8.0.3",
"jest": "^29.3.1",
"postcss": "^8.4.14",
"pre-commit": "^1.2.2",
"prettier": "2.8.3",
"rollup-plugin-polyfill-node": "^0.11.0",
"storybook": "^7.0.0-rc.4",
"tailwindcss": "^3.2.7",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "^4.7.4",
"webpack": "^5.76.2"
}
}