-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.48 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
{
"name": "notion-widgets",
"description": "Easy-useful widgets for Notion.so 🎨",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"next": "12.1.6",
"next-seo": "^5.5.0",
"next-themes": "^0.2.1",
"phosphor-react": "^1.4.1",
"react": "18.1.0",
"react-dom": "18.1.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-docs": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/builder-vite": "^0.2.4",
"@storybook/react": "^6.5.12",
"@storybook/testing-library": "^0.0.13",
"@svgr/webpack": "^6.5.0",
"@types/node": "^17.0.41",
"@types/react": "^18.0.12",
"autoprefixer": "^10.4.12",
"babel-loader": "^8.2.5",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import-helpers": "^1.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-storybook": "^0.6.6",
"postcss": "^8.4.17",
"prettier": "^2.7.1",
"storybook-dark-mode": "^1.1.2",
"tailwindcss": "^3.1.8",
"typescript": "^4.7.3",
"vite": "3.1.7"
}
}