-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
92 lines (92 loc) · 2.86 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
{
"name": "visrecly",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"start": "nx prepare dashboard && nx build draco && nx serve",
"build": "nx prepare dashboard && nx build dashboard --production --skip-nx-cache",
"test": "nx test"
},
"private": true,
"dependencies": {
"@emotion/css": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@lottiefiles/react-lottie-player": "^3.4.7",
"@mui/icons-material": "^5.10.14",
"@mui/material": "^5.10.14",
"@nrwl/next": "15.2.1",
"@tanstack/react-query": "^4.16.1",
"@visx/group": "^2.10.0",
"@visx/heatmap": "^2.10.0",
"@visx/responsive": "^2.10.0",
"@visx/scale": "^2.2.2",
"clingo-wasm": "^0.0.13",
"core-js": "^3.6.5",
"datalib": "^1.9.3",
"intro.js-react": "^0.6.0",
"next": "^13.0.3",
"next-seo": "^5.14.1",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-vega": "^7.6.0",
"regenerator-runtime": "^0.13.10",
"tslib": "^2.4.1",
"vega": "^5.22.1",
"vega-lite": "^5.6.0"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@emotion/babel-plugin": "^11.10.5",
"@emotion/babel-plugin-jsx-pragmatic": "^0.2.0",
"@next/bundle-analyzer": "^13.0.3",
"@nrwl/cli": "15.2.1",
"@nrwl/cypress": "15.2.1",
"@nrwl/eslint-plugin-nx": "15.2.1",
"@nrwl/jest": "15.2.1",
"@nrwl/js": "15.2.1",
"@nrwl/linter": "15.2.1",
"@nrwl/nx-cloud": "15.0.2",
"@nrwl/react": "15.2.1",
"@nrwl/web": "15.2.1",
"@nrwl/workspace": "15.2.1",
"@testing-library/react": "13.3.0",
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/react-query": "^1.2.9",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"autoprefixer": "^10.4.13",
"babel-jest": "^29.3.1",
"babel-loader": "^9.1.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"cypress": "^11.1.0",
"eslint": "~8.27.0",
"eslint-config-next": "^13.0.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.3.1",
"nx": "15.2.1",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"react-test-renderer": "^18.2.0",
"tailwindcss": "^3.2.4",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"twin.macro": "^3.0.0",
"typescript": "^4.9.3",
"webpack-bundle-analyzer": "^4.7.0"
}
}