forked from icssc/Zotistics-beta-23
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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
{
"name": "zotistics-next.js",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open",
"test": "jest",
"test:watch": "npm test -- --watch"
},
"dependencies": {
"@apollo/client": "^3.5.8",
"@headlessui/react": "^1.6.1",
"graphql": "^16.2.0",
"next": "^12.1.0",
"react": "17.0.2",
"react-feather": "^2.0.9",
"react-ga4": "^1.4.1",
"react-table": "^7.8.0"
},
"devDependencies": {
"@mdx-js/loader": "^2.0.0-rc.2",
"@nivo/bar": "^0.79.1",
"@nivo/core": "^0.79.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/node": "17.0.10",
"@types/react": "17.0.38",
"@types/react-table": "^7.7.12",
"@types/tailwindcss": "^3.0.3",
"autoprefixer": "^10.4.2",
"cypress": "^9.3.1",
"eslint": "8.7.0",
"eslint-config-next": "^0.2.4",
"fuzzysort": "^1.1.4",
"graphql-request": "^3.7.0",
"gray-matter": "^4.0.3",
"jest": "^27.4.7",
"next-mdx-remote": "^3.0.8",
"postcss": "^8.4.5",
"prettier": "2.5.1",
"react-dom": "^18.2.0",
"react-select": "^5.2.2",
"tailwindcss": "^3.0.15",
"typescript": "4.5.4"
}
}