-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.19 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.19 KB
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
{
"name": "igvf-ui",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --coverage",
"cypress:open": "cypress open",
"cypress:run": "cypress run --record --key 083e76f3-5f44-43f0-b248-ace10abf0877",
"format": "prettier --write ."
},
"dependencies": {
"@auth0/auth0-react": "^2.0.2",
"@floating-ui/react": "^0.26.4",
"@headlessui/react": "^2.0.1",
"@heroicons/react": "^2.0.10",
"@nivo/bar": "^0.87.0",
"@nivo/core": "^0.87.0",
"@nivo/line": "^0.87.0",
"@tailwindcss/container-queries": "^0.1.1",
"@testing-library/user-event": "^14.5.1",
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"ace-builds": "^1.5.0",
"date-fns": "^3.2.0",
"empty-schema": "^0.1.5",
"find-duplicated-property-keys": "^1.2.9",
"framer-motion": "^10.10.0",
"isomorphic-dompurify": "^2.3.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"marked-react": "^2.0.0",
"next": "13.4.12",
"pretty-format": "^29.5.0",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-ace": "^11.0.1",
"react-dom": "18.2.0",
"react-svg-pan-zoom": "^3.12.1",
"react-svg-pan-zoom-loader": "^1.6.1",
"react-syntax-highlighter": "^15.5.0",
"typescript": "^5.1.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.4",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@types/cypress": "^1.1.3",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.195",
"auth0-js": "^9.19.0",
"autoprefixer": "^10.4.7",
"coveralls": "^3.1.1",
"cypress": "^13.3.3",
"eslint": "^8.17.0",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^3.0.1",
"eslint-plugin-testing-library": "^6.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.0.2",
"postcss": "^8.4.14",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"pretty-format": "^29.5.0",
"tailwindcss": "^3.1.8"
}
}