-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 3.59 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "rwanda-carbon-tracker",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"lint": "next lint",
"build": "next build",
"start": "next start",
"check-types": "tsc",
"test": "start-server-and-test 'yarn dev' 3000 'yarn cypress:run'",
"storybook:dev": "start-storybook -p 6006 -c .storybook",
"storybook:build": "build-storybook -c .storybook",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"postinstall": "husky install"
},
"engines": {
"node": "~18 || ~16"
},
"dependencies": {
"@artsy/fresnel": "3.5.0",
"@dnd-kit/core": "6.0.5",
"@dnd-kit/modifiers": "6.0.0",
"@dnd-kit/sortable": "7.0.1",
"@dnd-kit/utilities": "3.2.0",
"@egjs/react-flicking": "4.9.4",
"@floating-ui/dom": "^1.2.5",
"@floating-ui/react-dom-interactions": "0.6.1",
"@headlessui/react": "1.7.4",
"@next/font": "^13.2.4",
"@popperjs/core": "2.9.2",
"@react-aria/button": "3.6.0",
"@react-aria/focus": "3.7.0",
"@react-aria/i18n": "3.5.1",
"@react-aria/interactions": "3.10.0",
"@react-aria/overlays": "3.10.0",
"@react-aria/searchfield": "3.4.0",
"@react-aria/slider": "3.2.0",
"@react-aria/utils": "3.13.2",
"@react-aria/visually-hidden": "3.4.0",
"@react-spring/web": "^9.6.1",
"@react-stately/searchfield": "3.3.0",
"@react-stately/slider": "3.2.0",
"@react-types/searchfield": "3.3.2",
"@reduxjs/toolkit": "1.5.1",
"@storybook/react": "6.5.15",
"@tailwindcss/forms": "0.5.1",
"@tailwindcss/line-clamp": "0.4.0",
"@visx/axis": "^3.0.1",
"@visx/curve": "^3.0.0",
"@visx/glyph": "^3.0.0",
"@visx/gradient": "^3.0.0",
"@visx/hierarchy": "^3.0.0",
"@visx/legend": "^3.0.0",
"@visx/mock-data": "^3.0.0",
"@visx/pattern": "^3.0.0",
"@visx/react-spring": "^3.0.1",
"@visx/xychart": "^3.0.1",
"autoprefixer": "10.4.7",
"classnames": "2.3.1",
"cypress": "12.1.0",
"d3": "^7.8.2",
"d3-array": "^3.1.6",
"d3-ease": "2.0.0",
"d3-interpolate": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-shape": "^3.1.0",
"d3-time": "^3.0.0",
"d3-timer": "^3.0.1",
"downshift": "6.1.3",
"framer-motion": "^9.1.6",
"jsona": "1.9.2",
"next": "^13.2.4",
"next-redux-wrapper": "^8.1.0",
"postcss": "8.4.13",
"radix-ui": "^1.0.1",
"react": "18.2.0",
"react-aria": "3.6.0",
"react-dom": "18.2.0",
"react-final-form": "6.5.3",
"react-popper": "2.2.5",
"react-redux": "7.2.4",
"react-use-cookie": "1.4.0",
"tailwind-merge": "^1.10.0",
"tailwindcss": "3.1.7",
"use-debounce": "6.0.1",
"validate.js": "0.13.1"
},
"devDependencies": {
"@storybook/addon-actions": "6.5.10",
"@storybook/addon-essentials": "6.5.10",
"@storybook/addon-links": "6.5.10",
"@storybook/addon-postcss": "2.0.0",
"@storybook/builder-webpack5": "6.5.10",
"@storybook/manager-webpack5": "6.5.10",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.48.2",
"assert": "2.0.0",
"eslint": "8.32.0",
"eslint-config-next": "13.1.2",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "6.0.0",
"prettier": "2.8.3",
"prettier-plugin-tailwindcss": "0.2.1",
"start-server-and-test": "1.12.1",
"storybook-addon-swc": "1.1.8",
"svg-sprite-loader": "6.0.11",
"svgo": "3.0.2",
"svgo-loader": "3.0.3",
"typescript": "4.9.4"
},
"resolutions": {
"webpack": "^5"
},
"husky": {
"pre-commit": "yarn lint"
},
"packageManager": "[email protected]"
}