-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.29 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
{
"name": "figma-tokens-inspector",
"private": true,
"version": "1.0.1",
"dependencies": {
"@iconify/react": "^3.2.2",
"@mantine/core": "^4.2.2",
"@mantine/form": "^4.2.8",
"@mantine/hooks": "^4.2.2",
"@octokit/rest": "^18.12.0",
"ahooks": "^3.4.0",
"classnames": "^2.3.1",
"dayjs": "^1.11.3",
"figma-js": "^1.15.0",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"loglevel": "^1.8.0",
"mobx": "^6.6.0",
"mobx-react-lite": "^3.4.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-draggable": "^4.4.5",
"rxjs": "^7.5.5",
"webext-options-sync": "^3.1.0",
"webextension-polyfill": "^0.9.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@crxjs/vite-plugin": "^1.0.8",
"@types/fs-extra": "^9.0.13",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.30",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/webextension-polyfill": "^0.9.0",
"@vitejs/plugin-react": "^1.3.2",
"chokidar": "^3.5.3",
"crx": "^5.0.1",
"esno": "^0.16.3",
"fs-extra": "^10.1.0",
"kolorist": "^1.5.1",
"typescript": "^4.7.3",
"unplugin-auto-import": "^0.7.1",
"vite": "^2.9.12",
"web-ext": "^6.8.0"
},
"volta": {
"node": "16.15.0",
"yarn": "1.22.18"
}
}