-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.46 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.46 KB
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": "codeit-rolling",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@tiptap/extension-font-family": "^3.10.7",
"@tiptap/extension-text-align": "^3.10.7",
"@tiptap/extension-text-style": "^3.10.7",
"@tiptap/react": "^3.10.8",
"@tiptap/starter-kit": "^3.10.7",
"clsx": "^2.1.1",
"emoji-picker-react": "^4.15.0",
"firebase": "^12.6.0",
"motion": "^12.23.24",
"prosemirror-view": "^1.41.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-parallax-tilt": "^1.7.313",
"react-router-dom": "^7.9.5"
},
"devDependencies": {
"@eslint/js": "^9.39.0",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.4",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"prettier": "^3.6.2",
"stylelint": "^16.25.0",
"stylelint-config-css-modules": "^4.5.1",
"stylelint-config-standard": "^39.0.1",
"stylelint-order": "^7.0.0",
"vite": "^7.1.7",
"vite-tsconfig-paths": "^5.1.4"
}
}