-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 831 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
{
"name": "tagstudio-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"classnames": "^2.5.1",
"framer-motion": "^11.11.7",
"gray-matter": "^4.0.3",
"next": "14.2.14",
"next-mdx-remote": "^5.0.0",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"postcss": "^8.4.47",
"postcss-scss": "^4.0.9",
"sass": "^1.79.4",
"stylelint": "^16.9.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"typescript": "^5"
}
}