forked from starknet-io/starknet-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
153 lines (153 loc) · 5.18 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "root-workspace",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "yarn data && next build",
"start": "next start",
"lint": "next lint",
"fmt": "yarn rome:format",
"rome:format": "rome format --write *.{ts,tsx,js} src workspaces/*/{src,*.js,.storybook}",
"rome:check": "rome check .",
"eslint:check": "eslint --cache .",
"cy:open": "cypress open",
"cy:run": "cypress run",
"test": "yarn vitest run",
"test:e2e": "start-server-and-test 'yarn dev' 3000 'yarn cy:open'",
"test:e2e:ci": "start-server-and-test 'yarn dev' 3000 'yarn cy:run'",
"typecheck": "tsc -b",
"typecheck:watch": "tsc -b -w",
"cms": "yarn workspace @starknet-io/netlify-cms dev",
"data": "yarn workspace @starknet-io/cms-scripts update-dynamic-data",
"update:algolia": "yarn workspace @starknet-io/cms-scripts update-algolia-index",
"starknet-summit": "yarn workspace @starknet-io/starknet-summit dev",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"theme": "chakra-cli tokens src/style/theme.ts",
"theme:watch": "chakra-cli tokens src/style/theme.ts --watch"
},
"dependencies": {
"@algolia/autocomplete-core": "^1.8.3",
"@algolia/autocomplete-js": "^1.8.3",
"@algolia/autocomplete-plugin-query-suggestions": "^1.8.3",
"@algolia/autocomplete-plugin-recent-searches": "^1.8.3",
"@algolia/autocomplete-theme-classic": "^1.8.3",
"@chakra-ui/pro-theme": "^0.0.64",
"@chakra-ui/react": "^2.5.5",
"@crowdin/cli": "^3.10.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/inter": "^4.5.15",
"@fontsource/noto-sans-hebrew": "^4.5.14",
"@fontsource/noto-sans-jp": "^4.5.12",
"@fontsource/noto-sans-sc": "^4.5.12",
"@fontsource/noto-sans-tc": "^4.5.12",
"@fontsource/tajawal": "^4.5.9",
"@formatjs/intl-localematcher": "^0.2.32",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.17",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@mui/material": "^5.11.15",
"@next/mdx": "^13.2.4",
"@starknet-io/cms-data": "workspace:*",
"@starknet-io/cms-utils": "workspace:*",
"@testing-library/jest-dom": "^5.16.5",
"@twistezo/react-text-scramble": "^1.0.6",
"@types/cors": "^2.8.13",
"@types/mdx": "^2.0.4",
"@types/negotiator": "^0.6.1",
"@types/node": "^18.15.11",
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"@types/simple-oauth2": "^5.0.4",
"@types/uuid": "^9.0.1",
"@vitejs/plugin-react": "^3.1.0",
"algoliasearch": "^4.16.0",
"autoprefixer": "^10.4.14",
"browser-lang": "0.1.0",
"classnames": "^2.3.2",
"cors": "^2.8.5",
"cypress": "^12.9.0",
"date-fns": "^2.29.3",
"eslint": "^8.37.0",
"eslint-config-next": "^13.2.4",
"framer-motion": "^10.10.0",
"googleapis": "^114.0.0",
"happy-dom": "^9.1.0",
"isomorphic-unfetch": "^4.0.2",
"js-yaml-loader": "^1.2.2",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"negotiator": "^0.6.3",
"netlify-cms-app": "^2.15.72",
"netlify-cms-core": "^2.55.2",
"netlify-cms-lib-widgets": "^1.8.1",
"netlify-cms-ui-default": "^2.15.5",
"netlify-cms-widget-markdown": "^2.15.1",
"next": "^13.2.4",
"node-fetch": "^3.3.1",
"postcss": "^8.4.21",
"react": "^18.2.0",
"react-countdown-circle-timer": "^3.2.1",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.3.7",
"react-icons": "^4.8.0",
"react-in-viewport": "^1.0.0-alpha.29",
"react-instantsearch-dom": "^6.39.1",
"react-instantsearch-hooks-web": "^6.42.0",
"react-markdown": "^8.0.6",
"react-scrubber": "^1.1.1",
"react-share": "^4.4.1",
"react-use": "^17.4.0",
"react-video-seek-slider": "^6.0.3",
"react-youtube": "^10.1.0",
"remark-frontmatter": "^4.0.1",
"remark-mdx-frontmatter": "^2.1.1",
"remark-parse": "^10.0.1",
"rome": "^12.0.0",
"simple-git": "^3.17.0",
"simple-oauth2": "^5.0.0",
"start-server-and-test": "^2.0.0",
"tsconfig-moon": "^1.3.0",
"typescript": "^5.0.3",
"unfetch": "^5.0.0",
"unified": "^10.1.2",
"unist-util-index": "^3.0.2",
"use-scramble": "^2.2.12",
"uuid": "^9.0.0",
"vercel": "latest",
"video.js": "^8.0.4",
"vite": "^4.2.1",
"vite-tsconfig-paths": "^4.0.7",
"vitest": "^0.29.8",
"yaml": "^2.2.1"
},
"packageManager": "[email protected]",
"workspaces": [
"./workspaces/*"
],
"resolutions": {
"netlify-cms-widget-markdown/unified": "^10.0.0",
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"vite": "^4.2.1"
},
"devDependencies": {
"@chakra-ui/cli": "^2.3.0",
"@chakra-ui/storybook-addon": "^4.0.16",
"@storybook/addon-essentials": "^7.0.0",
"@storybook/addon-interactions": "^7.0.0",
"@storybook/addon-links": "^7.0.0",
"@storybook/blocks": "^7.0.0",
"@storybook/nextjs": "^7.0.0",
"@storybook/react": "^7.0.0",
"@storybook/testing-library": "^0.0.13",
"@types/youtube-player": "^5.5.7",
"eslint-plugin-storybook": "^0.6.11",
"storybook": "^7.0.0",
"storybook-addon-dark-mode-toggle": "^0.0.6"
}
}