-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
124 lines (124 loc) · 4.06 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "web",
"private": true,
"scripts": {
"cscript": "tsc scripts/widget-client.ts --outDir public",
"generate": "dotenv -c local -- graphql-codegen",
"dev": "pnpm cscript --watch --preserveWatchOutput & next dev -p 3030",
"build": "pnpm cscript && next build",
"start": "COMMIT_HASH=$(git rev-parse HEAD) next start",
"lint": "stylelint '**/*.{css,scss}' && eslint . --cache --max-warnings 0",
"lint:fix": "stylelint --fix '**/*.{css,scss}' && eslint --fix . --cache --max-warnings 0",
"format": "prettier --write \"**/*.+(ts|tsx)\"",
"prebuild": "dotenv -c production -- graphql-codegen",
"prepare": "husky install",
"build-search-index": "tsx scripts/build-search-index.ts",
"build-schema-docs": "dotenv -c local -- graphql-codegen --config codegen.public.yml && tsx scripts/process-graphql-schema.ts",
"test": "npx playwright test"
},
"sideEffects": [
"*.scss",
"*.css"
],
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.1.2",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tooltip": "^1.0.7",
"@remotion/bundler": "4.0.141",
"@remotion/cli": "4.0.141",
"@remotion/lambda": "4.0.141",
"@remotion/paths": "4.0.141",
"@remotion/player": "4.0.141",
"@remotion/renderer": "4.0.141",
"@remotion/shapes": "4.0.141",
"@szhsin/react-menu": "^4.1.0",
"@tanstack/match-sorter-utils": "8.19.4",
"@tanstack/react-query": "^5.27.5",
"@tanstack/react-query-devtools": "^5.27.8",
"@tanstack/react-table": "^8.20.5",
"@types/mdx": "^2.0.13",
"@vercel/analytics": "^1.3.1",
"@vercel/og": "^0.6.2",
"clsx": "^2.1.0",
"css-loader": "5.2.7",
"framer-motion": "^11.11.17",
"graphql": "16.5.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.9.0",
"little-state-machine": "^4.8.0",
"next": "^14.2.4",
"next-i18next": "14.0.3",
"next-pwa": "^5.6.0",
"openai": "^4.61.1",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-easy-crop": "^5.1.0",
"react-fps": "^1.0.6",
"react-hook-form": "^7.51.0",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"react-minimal-pie-chart": "^8.4.0",
"react-toastify": "^10.0.4",
"recharts": "^2.12.2",
"rehype-external-links": "^3.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remotion": "4.0.141",
"remotion-animated": "^2.0.0",
"sass": "^1.71.1",
"sass-loader": "14.2.1",
"sharp": "^0.33.2",
"style-loader": "2.0.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"webpack": "^5.90.3",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@graphql-codegen/add": "^5.0.2",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-react-query": "^6.1.0",
"@playwright/test": "^1.42.1",
"@types/node": "20.11.20",
"@types/react": "18.2.59",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"babel-loader": "^9.1.3",
"dotenv-cli": "^7.4.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"stylelint": "^16.2.1",
"stylelint-config-standard-scss": "^13.0.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.4.2"
},
"graphql": {
"schema": "https://api.staging.populist.us/"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.css": "stylelint --fix",
"*.{js,css,md}": "prettier --write"
},
"optionalDependencies": {
"@next/swc-linux-x64-gnu": "14.1.0"
}
}