-
Notifications
You must be signed in to change notification settings - Fork 273
/
package.json
121 lines (121 loc) · 4.19 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
{
"name": "@starknet-io/workspaces",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "yarn workspace @starknet-io/website dev",
"build": "yarn workspace @starknet-io/website build",
"start": "",
"lint": "",
"fmt": "yarn rome:format",
"rome:format": "rome format --write *.{ts,tsx,js} workspaces/*/{src,*.js,.storybook}",
"rome:check": "rome check .",
"eslint:check": "eslint --cache .",
"test": "yarn vitest 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-jobs": "yarn workspace @starknet-io/cms-scripts update-jobs",
"update:algolia": "yarn workspace @starknet-io/cms-scripts update-algolia-index",
"starknet-summit": "yarn workspace @starknet-io/starknet-summit dev",
"storybook": "yarn workspace @starknet-io/storybook storybook",
"build-storybook": "yarn workspace @starknet-io/storybook build-storybook",
"theme": "chakra-cli tokens workspaces/website/src/style/theme.ts",
"theme:watch": "chakra-cli tokens workspaces/website/src/style/theme.ts --watch"
},
"dependencies": {
"@algolia/autocomplete-core": "^1.9.2",
"@algolia/autocomplete-js": "^1.9.2",
"@algolia/autocomplete-plugin-query-suggestions": "^1.9.2",
"@algolia/autocomplete-plugin-recent-searches": "^1.9.2",
"@algolia/autocomplete-theme-classic": "^1.9.2",
"@chakra-ui/pro-theme": "^0.0.66",
"@chakra-ui/react": "^2.6.0",
"@crowdin/cli": "^3.11.0",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@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",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@marsidev/react-turnstile": "^0.3.2",
"@starknet-io/cms-data": "workspace:*",
"@starknet-io/cms-utils": "workspace:*",
"@types/cors": "^2.8.13",
"@types/highlight.js": "^10.1.0",
"@types/node": "^18.16.3",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"algoliasearch": "^4.17.0",
"autoprefixer": "^10.4.14",
"browser-lang": "0.1.0",
"classnames": "^2.3.2",
"cors": "^2.8.5",
"date-fns": "^3.2.0",
"eslint": "^8.39.0",
"framer-motion": "^10.16.16",
"fsevents": "^2.3.2",
"highlight.js": "^11.8.0",
"highlightjs-cairo": "^0.2.0",
"itty-router": "^4.0.11",
"marked": "^5.1.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"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",
"node-fetch": "^3.3.1",
"postcss": "^8.4.23",
"react": "^18.2.0",
"react-countdown-circle-timer": "^3.2.1",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.4.0",
"react-icons": "^5.0.1",
"react-in-viewport": "^1.0.0-alpha.30",
"react-instantsearch-dom": "^6.39.1",
"react-instantsearch-hooks-web": "^6.43.0",
"react-markdown": "^8.0.7",
"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-parse": "^10.0.1",
"rome": "^12.0.0",
"simple-git": "^3.18.0",
"start-server-and-test": "^2.0.0",
"typescript": "^5.0.4",
"unified": "^10.1.2",
"unist-util-index": "^3.0.2",
"use-scramble": "^2.2.12",
"usehooks-ts": "^2.14.0",
"video.js": "^8.3.0",
"vite": "^4.3.9",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.31.4",
"yaml": "^2.2.2"
},
"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.4.0",
"@types/youtube-player": "^5.5.7",
"eslint-plugin-storybook": "^0.6.11"
}
}