-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
83 lines (83 loc) · 2.69 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "www.depromeet.com",
"version": "3.0.0",
"description": "Official Website of Depromeet",
"repository": "https://github.com/depromeet/www.depromeet.com.git",
"author": "Depromeet<https://github.com/depromeet>",
"homepage": "https://www.depromeet.com/",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix",
"analyze": "ANALYZE=true next build",
"prepare": "husky install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@types/js-cookie": "^3.0.6",
"framer-motion": "^10.0.1",
"jotai": "^2.0.2",
"js-cookie": "^3.0.5",
"lottie-react": "^2.4.0",
"next": "13.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.1"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@emotion/babel-preset-css-prop": "^11.11.0",
"@next/bundle-analyzer": "^13.2.1",
"@storybook/addon-essentials": "^7.4.0",
"@storybook/addon-interactions": "^7.4.0",
"@storybook/addon-links": "^7.4.0",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.4.0",
"@storybook/nextjs": "^7.4.0",
"@storybook/react": "^7.4.0",
"@storybook/testing-library": "^0.2.0",
"@svgr/webpack": "^8.1.0",
"@swc-jotai/react-refresh": "^0.0.4",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@vitejs/plugin-react": "^4.2.1",
"chromatic": "^7.1.0",
"compression-webpack-plugin": "^10.0.0",
"eslint": "8.35.0",
"eslint-config-next": "13.2.1",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^0.6.13",
"eslint-plugin-unused-imports": "^2.0.0",
"happy-dom": "^12.10.3",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"next-sitemap": "^3.1.54",
"prettier": "^2.8.4",
"storybook": "^7.4.0",
"storybook-addon-next": "^1.8.0",
"typescript": "4.9.5",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^1.1.3"
}
}