-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "symbiote-ui",
"version": "0.0.1",
"description": "Symbiote UI",
"author": "Shu Ding <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shuding/symbioteUI.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint -c eslint.config.js ./",
"lintfix": "eslint -c eslint.config.js --fix ./"
},
"dependencies": {
"autoprefixer": "^10.4.20",
"framer-motion": "^11.13.0",
"next": "^13.0.6",
"nextra": "^2.2.14",
"nextra-theme-docs": "^2.2.14",
"postcss": "^8.4.49",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.4.0",
"react-syntax-highlighter": "^15.6.1",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.15"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@eslint-react/eslint-plugin": "^1.20.0",
"@types/node": "18.11.10",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"typescript": "^4.9.3"
}
}