-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.47 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
{
"name": "hanagejet",
"private": true,
"description": "This is hanagejet",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"analyze": "ANALYZE=true NODE_ENV=production next build && node scripts/analyze-bundles.js",
"build": "next build",
"dev": "next dev",
"start": "next start",
"format": "prettier --write src/**/*.{ts,tsx}",
"lint:css": "stylelint src/**/*",
"lint:js": "eslint 'src/**/*'"
},
"dependencies": {
"@vercel/analytics": "^1.4.1",
"eslint-config-next": "^15.0.3",
"next": "^15.0.3",
"react": "^19.0.0-rc.1",
"react-dom": "^19.0.0-rc.1",
"sanitize.css": "13.0.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.1.1",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "^7.31.11",
"prettier": "^2.8.1",
"stylelint": "13.13.1",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recommended": "3.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"typescript": "^4.9.4"
},
"repository": {
"type": "git",
"url": "https://github.com/hanagejet/hanagejet"
}
}