-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.65 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
50
51
52
53
54
55
56
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "run-s -c 'lint:*'",
"lint:eslint": "next lint",
"lint:markup": "markuplint **/*.tsx",
"lint:tsc": "tsc",
"format": "prettier --write .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@types/node": "20.11.19",
"@types/react": "18.2.57",
"@types/react-dom": "18.2.19",
"@vanilla-extract/css": "^1.14.1",
"autoprefixer": "^10.4.17",
"eslint-config-next": "14.1.0",
"next": "14.1.1",
"eslint": "8.56.0",
"next-head-seo": "^0.1.3",
"postcss": "^8.4.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
},
"devDependencies": {
"@markuplint/jsx-parser": "^4.1.1",
"@markuplint/react-spec": "^4.0.2",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.6.17",
"@storybook/nextjs": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/testing-library": "^0.2.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/prettier": "^3.0.0",
"@vanilla-extract/next-plugin": "^2.3.6",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-storybook": "^0.8.0",
"markuplint": "^4.1.1",
"npm-run-all2": "^6.1.2",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"storybook": "^8.3.3"
},
"packageManager": "[email protected]"
}