-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.26 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
{
"name": "steeeee-sandbox",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings=-1",
"format": "prettier --ignore-path .gitignore --write \"**/*.{ts,tsx,css,scss}\"",
"preview": "vite preview",
"test": "vitest",
"prepare": "husky install"
},
"dependencies": {
"@codemirror/state": "^6.3.0",
"@codemirror/view": "^6.21.3",
"@codesandbox/nodebox": "^0.1.8",
"@codesandbox/sandpack-client": "^2.6.9",
"@codesandbox/sandpack-react": "^2.6.9",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@lezer/highlight": "^1.1.6",
"@mui/icons-material": "^5.14.8",
"@mui/lab": "^5.0.0-alpha.143",
"@mui/material": "^5.14.8",
"@mui/utils": "^5.14.13",
"@reduxjs/toolkit": "^1.9.5",
"@uiw/codemirror-extensions-langs": "^4.21.13",
"@uiw/codemirror-themes": "^4.21.13",
"@uiw/react-codemirror": "^4.21.13",
"file-saver": "^2.0.5",
"firebase": "^10.3.1",
"jszip": "^3.10.1",
"lottie-react": "^2.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.4",
"react-mailchimp-subscribe": "^2.1.3",
"react-multi-carousel": "^2.8.4",
"react-redux": "^8.1.2",
"react-resizable-panels": "^0.0.55",
"react-router-dom": "^6.15.0",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"uuid": "^9.0.1",
"vite-plugin-svgr": "^3.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/file-saver": "^2.0.5",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-mailchimp-subscribe": "^2.1.1",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react": "^4.0.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"husky": "^8.0.0",
"jsdom": "^22.1.0",
"prettier": "^3.0.3",
"typescript": "^5.0.2",
"vite": "^4.4.0",
"vitest": "^0.34.4"
}
}