-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
78 lines (78 loc) · 2.43 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
{
"name": "mile-writings",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint './**/*.{ts,tsx,js,jsx}'",
"lint:fix": "eslint --fix './**/*.{ts,tsx,js,jsx}'",
"lint:styled": "stylelint './src/**/*.{ts,tsx,js,jsx}' --fix",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@radix-ui/react-slot": "^1.1.0",
"@tanstack/react-query": "^5.17.10",
"@tanstack/react-query-devtools": "^5.37.1",
"@tiptap/extension-blockquote": "^2.2.3",
"@tiptap/extension-color": "^2.2.3",
"@tiptap/extension-highlight": "^2.2.3",
"@tiptap/extension-history": "^2.4.0",
"@tiptap/extension-horizontal-rule": "^2.2.3",
"@tiptap/extension-list-item": "^2.2.3",
"@tiptap/extension-placeholder": "^2.2.3",
"@tiptap/extension-text-align": "^2.2.3",
"@tiptap/extension-text-style": "^2.2.3",
"@tiptap/extension-underline": "^2.2.3",
"@tiptap/pm": "^2.2.3",
"@tiptap/react": "^2.2.3",
"@tiptap/starter-kit": "^2.2.3",
"@types/react-slick": "^0.23.13",
"axios": "^1.6.5",
"emotion-reset": "^3.0.1",
"history": "^5.3.0",
"lottie-web": "^5.12.2",
"quill-divider": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-quill": "^2.0.0",
"react-router-dom": "^6.26.1",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"msw": "^2.2.10",
"postcss-styled-syntax": "^0.6.4",
"prettier": "3.1.1",
"rollup-plugin-visualizer": "^5.12.0",
"source-map-explorer": "^2.5.3",
"stylelint": "^16.1.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.4",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite-plugin-svgr": "^4.2.0"
},
"msw": {
"workerDirectory": [
"public"
]
}
}