-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 892 Bytes
/
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
{
"name": "markdown-renaissance",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --max-warnings=0 src"
},
"dependencies": {
"@reach/tooltip": "0.17.0",
"classnames": "2.3.2",
"highlight.js": "11.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-useanimations": "^2.10.0",
"remarkable": "2.0.1"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@svgr/rollup": "^8.1.0",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/remarkable": "^2.0.4",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.51.0",
"eslint-config-react-app": "^7.0.1",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"sass": "1.54.9",
"typescript": "^5.2.2",
"vite": "^4.5.5",
"vite-plugin-svgr": "^4.1.0"
}
}