-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
151 lines (151 loc) · 4.68 KB
/
package.json
File metadata and controls
151 lines (151 loc) · 4.68 KB
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "all-the-things",
"private": true,
"description": "all the bells 🔔 and whistles 😙 for next.js",
"repository": {
"type": "git",
"url": "https://github.com/mimecuvalo/all-the-things.git"
},
"license": "MIT",
"engines": {
"node": ">=18.17.0"
},
"bugs": {
"url": "https://github.com/mimecuvalo/all-the-things/issues"
},
"scripts": {
"dev": "open http://localhost:3000 && next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "eslint . --max-warnings 0",
"lint:fix": "eslint --fix .",
"i18n:extract": "formatjs extract 'pages/**/*.ts*' 'components/**/*.ts*' --out-file i18n/en.json --additional-component-names F --id-interpolation-pattern '[md5:contenthash:hex:10]' --format smartling",
"i18n:compile": "formatjs compile-folder i18n i18n/compiled --format smartling --ast",
"alex": "alex .",
"analyze": "source-map-explorer .next/static/**/*.js",
"codegen": "graphql-codegen",
"config": "node scripts/config.js",
"prepare": "husky",
"prettier:all": "prettier --check .",
"prettier:fix": "prettier --write",
"prettier:fix:all": "prettier --write .",
"prisma:generate": "prisma generate",
"ts-script": "ts-node-script -r tsconfig-paths/register",
"build-storybook": "build-storybook -s public",
"storybook": "storybook dev -p 9001 -c .storybook --ci --quiet",
"test": "jest --watch",
"test:ci": "jest --ci",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@apollo/client": "3.13.8",
"@emotion/react": "11.14.0",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.14.1",
"@mui/icons-material": "7.2.0",
"@mui/material": "7.2.0",
"@prisma/client": "6.11.1",
"@sentry/nextjs": "^9.35.0",
"@vercel/analytics": "1.5.0",
"apollo-server-micro": "3.13.0",
"body-parser": "2.2.0",
"circular-dependency-plugin": "5.2.2",
"classnames": "2.5.1",
"cookie-parser": "1.4.7",
"dataloader": "2.2.3",
"deepmerge": "4.3.1",
"graphql": "16.11.0",
"graphql-resolvers": "0.4.2",
"graphql-tools": "9.0.18",
"js-cookie": "3.0.5",
"lodash": "4.17.21",
"micro": "10.0.1",
"next": "15.3.5",
"next-auth": "^4.24.11",
"prisma": "6.11.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-intl": "7.1.11",
"sanitize.css": "13.0.0",
"sharp": "0.34.2",
"uuid": "11.1.0",
"web-vitals": "5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.30.1",
"@formatjs/cli": "6.7.2",
"@graphql-codegen/add": "5.0.3",
"@graphql-codegen/cli": "5.0.7",
"@graphql-codegen/typescript": "4.1.6",
"@graphql-codegen/typescript-operations": "4.6.1",
"@graphql-codegen/typescript-resolvers": "4.5.1",
"@storybook/addon-essentials": "8.6.14",
"@storybook/addon-links": "9.0.15",
"@storybook/nextjs": "9.0.15",
"@storybook/react": "9.0.15",
"@swc/plugin-formatjs": "5.1.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/graphql-resolvers": "0.3.2",
"@types/jest": "30.0.0",
"@types/js-cookie": "3.0.6",
"@types/lodash": "4.17.20",
"@types/node": "24.0.10",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "8.36.0",
"@typescript-eslint/parser": "8.36.0",
"alex": "11.0.1",
"axe-core": "4.10.3",
"babel-jest": "30.0.4",
"cross-fetch": "4.1.0",
"eslint": "9.30.1",
"eslint-config-next": "15.3.5",
"eslint-plugin-formatjs": "5.4.0",
"eslint-plugin-storybook": "9.0.15",
"eslint-plugin-testing-library": "7.5.3",
"husky": "9.1.7",
"import-sort-style-eslint": "6.0.0",
"jest": "30.0.4",
"jest-environment-jsdom": "30.0.4",
"lint-staged": "16.1.2",
"prettier": "3.6.2",
"prettier-plugin-import-sort": "0.0.7",
"source-map-explorer": "2.5.3",
"storybook": "9.0.15",
"ts-node": "10.9.2",
"typescript": "5.8.3"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --write"
],
"**/*.{js,jsx,ts,tsx}": [
"bash -c 'yarn i18n:extract && yarn i18n:compile'"
],
"**/*/(schema|resolvers)/*.ts": [
"yarn codegen"
],
"prisma/schema.prisma": [
"yarn prisma:generate"
]
},
"importSort": {
".js, .jsx, .ts, .tsx": {
"style": "eslint"
}
},
"husky": {
"hooks": {
"post-checkout": "./scripts/post-checkout",
"post-merge": "./scripts/post-merge"
}
},
"browserslist": "last 2 versions",
"sideEffects": false,
"packageManager": "yarn@1.22.19"
}