-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.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
{
"name": "coble-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "clear && next dev",
"build": "clear && next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@blockly/field-colour": "^5.0.8",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@linaria/babel-preset": "^5.0.4",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"@mui/material": "^6.0.1",
"@supabase/supabase-js": "^2.45.1",
"@tanstack/react-query": "^5.45.1",
"@toast-ui/react-editor": "^3.2.3",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@wyw-in-js/babel-preset": "^0.5.3",
"axios": "^1.7.2",
"blockly": "^11.1.1",
"detect-browser": "^5.3.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"jotai": "^2.9.1",
"jsdom": "^24.1.0",
"next": "14.2.4",
"next-linaria": "^0.11.0",
"next-with-linaria": "^0.7.0",
"prettier": "^3.3.2",
"react": "^18",
"react-blockly": "^9.0.0",
"react-code-blocks": "^0.1.6",
"react-cookie": "^7.2.0",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"react-toastify": "^10.0.5",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"typescript": "^5"
},
"type": "commonjs"
}