-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
63 lines (63 loc) · 1.93 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
{
"name": "rango-scanner",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --fix --quiet .",
"prettier": "prettier --write",
"prepare": "husky install",
"build:icons": "svgr svgs/resources/ --config-file svgs/configs/.svgrrc.default.cjs && prettier -w ./components/icons"
},
"dependencies": {
"@artsy/fresnel": "^7.1.3",
"@lingui/react": "^4.11.4",
"@rango-dev/charts": "^0.2.1-next.5",
"@react-spring/web": "^9.5.5",
"@svgr/babel-plugin-remove-jsx-attribute": "^8.0.0",
"@svgr/cli": "^8.1.0",
"@visx/curve": "^2.1.0",
"@visx/gradient": "^3.3.0",
"@visx/xychart": "^2.16.0",
"chart.js": "4.2.1",
"chartjs-chart-sankey": "^0.12.1",
"dayjs": "^1.11.6",
"eslint-config-next": "^13.0.4",
"is-mobile": "^3.1.1",
"next": "^13.0.4",
"nextjs-progressbar": "^0.0.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "^9.1.1",
"sass": "^1.57.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.0.7",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/node": "18.11.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"autoprefixer": "^10.4.13",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-destructuring": "^2.2.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.0",
"lint-staged": "^15.2.0",
"postcss": "^8.4.19",
"prettier": "^3.1.0",
"tailwindcss": "^3.2.4",
"typescript": "^5.3.2"
}
}