-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
85 lines (85 loc) · 2.66 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
84
85
{
"name": "dual-power-app",
"version": "0.1.0",
"packageManager": "[email protected]",
"license": "MIT",
"repository": "https://github.com/BSA-US/dual-power-app.git",
"contributors": [
"replygirl <[email protected]>",
"cedenuff (https://twitter.com/cedenufff)"
],
"main": "index.js",
"scripts": {
"build": "next build",
"build-storybook": "build-storybook",
"dev": "next",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.json,.jsonc",
"start": "next start",
"storybook": "start-storybook -s public -p 6006"
},
"dependencies": {
"@notionhq/client": "^0.4.9",
"@peertube/embed-api": "^0.0.5",
"@radix-ui/react-avatar": "^0.1.1",
"@radix-ui/react-checkbox": "^0.1.1",
"@radix-ui/react-dialog": "^0.1.5",
"@radix-ui/react-icons": "^1.0.3",
"@radix-ui/react-radio-group": "^0.1.1",
"@radix-ui/react-tabs": "^0.1.1",
"@react-hook/window-size": "^3.0.7",
"@replygirl/change-case-object": "^1.3.0",
"@replygirl/tc": "^3.0.0",
"autoprefixer": "^10.4.0",
"classnames": "^2.3.1",
"date-fns": "^2.27.0",
"date-fns-tz": "^1.1.6",
"destyle.css": "^2.0.2",
"detect-browser": "^5.2.1",
"faunadb": "^4.4.1",
"isomorphic-unfetch": "^3.1.0",
"next": "^12.0.9",
"notion-utils": "^4.10.0",
"react": "^17.0.2",
"react-cool-dimensions": "^2.0.7",
"react-dom": "^17.0.2",
"react-use": "^17.3.2",
"react-useportal": "^1.0.16",
"remark": "^13.0.0",
"remark-react": "^8.0.0",
"swr": "^0.5.7"
},
"devDependencies": {
"@antfu/eslint-config": "^0.18.9",
"@antfu/ni": "^0.13.2",
"@babel/core": "^7.16.12",
"@iconify-json/mdi": "^1.1.3",
"@next/eslint-plugin-next": "^12.0.7",
"@storybook/addon-actions": "^6.4.17",
"@storybook/addon-essentials": "^6.4.17",
"@storybook/addon-links": "^6.4.17",
"@storybook/react": "^6.4.17",
"@svgr/core": "^6.2.1",
"@tsconfig/next": "^1.0.2",
"@types/jschannel": "^1.0.2",
"@types/node": "^16.11.26",
"@types/react": "^17.0.42",
"@vercel/node": "^1.14.0",
"@windicss/animations": "^1.0.8",
"@windicss/plugin-heropatterns": "^0.0.8",
"@windicss/plugin-interaction-variants": "^1.0.0",
"@windicss/plugin-question-mark": "^0.1.1",
"@windicss/plugin-scrollbar": "^1.2.3",
"babel-loader": "^8.2.4",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-sonar": "^0.7.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"prettier": "^2.6.0",
"raw-loader": "^4.0.2",
"typescript": "^4.6.2",
"unplugin-auto-import": "^0.6.6",
"unplugin-icons": "^0.14.1",
"windicss-webpack-plugin": "^1.6.7"
}
}