-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.46 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
{
"name": "unsweets",
"version": "3.0.0",
"description": "unsweets.net is a website that publishes my application by _X_y_z_.",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "eslint --ext .tsx,.js,.ts --ignore-path .gitignore . && prettier --check --ignore-path .gitignore .",
"lint:fix": "eslint --ext .tsx,.js,.ts --ignore-path .gitignore . && prettier --ignore-path .gitignore --write ."
},
"dependencies": {
"classnames": "2.5.1",
"next": "14.2.15",
"normalize.css": "8.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-feather": "2.0.10"
},
"devDependencies": {
"@types/classnames": "2.3.4",
"@types/node": "20.14.10",
"@types/react": "18.3.12",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"husky": "9.1.6",
"prettier": "3.3.3",
"sass": "1.80.6",
"typescript": "5.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/sunya9/unsweets.net.git"
},
"author": "_X_y_z_",
"bugs": {
"url": "https://github.com/sunya9/unsweets.net/issues"
},
"homepage": "https://github.com/sunya9/unsweets.net",
"pre-commit": [
"test"
],
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}