-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
150 lines (150 loc) · 5.01 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
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
{
"name": "tatuaz",
"version": "0.0.0",
"license": "MIT",
"engines": {
"node": ">=17.9.0"
},
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"prepare": "node tools/cloudflare/skipRestore.js",
"slicemachine": "start-slicemachine",
"web:prismic:generate": "cd apps/web && prismic-ts-codegen",
"web:i18n:compile": "formatjs compile apps/web/i18n/pl.temp.json --out-file apps/web/i18n/pl.json && rm apps/web/i18n/pl.temp.json",
"web:i18n:extract": "formatjs extract \"apps/web/**/*.ts*\" --ignore='**/*.d.ts' --out-file apps/web/i18n/pl.temp.json",
"web:i18n": "npm run web:i18n:extract && npm run web:i18n:compile",
"web:generate": "swagger-typescript-api -p https://api.tatuaz.app/api-docs/v1/swagger.json -o ./apps/web/api -n tatuazApi.ts -r --unwrap-response-data --axios"
},
"private": true,
"dependencies": {
"@auth0/auth0-react": "1.12.0",
"@chakra-ui/anatomy": "2.1.2",
"@chakra-ui/icons": "2.0.19",
"@chakra-ui/react": "2.6.1",
"@emotion/react": "11.11.0",
"@emotion/styled": "11.11.0",
"@nx/next": "16.1.4",
"@prismicio/client": "6.7.1",
"@prismicio/helpers": "2.3.5",
"@prismicio/next": "0.1.5",
"@prismicio/react": "2.5.0",
"@prismicio/slice-simulator-react": "0.2.2",
"@sect/100vh": "1.2.0",
"@styled-icons/bootstrap": "10.47.0",
"@styled-icons/boxicons-logos": "10.47.0",
"@styled-icons/boxicons-regular": "^10.47.0",
"@styled-icons/boxicons-solid": "^10.47.0",
"@styled-icons/evaicons-outline": "^10.46.0",
"@styled-icons/evaicons-solid": "^10.46.0",
"@styled-icons/octicons": "^10.47.0",
"@swc/helpers": "0.5.1",
"@tanstack/react-query": "4.14.6",
"axios": "1.4.0",
"chakra-dayzed-datepicker": "0.2.8",
"chakra-react-select": "4.6.0",
"core-js": "3.6.5",
"date-fns": "2.30.0",
"dayjs": "1.11.7",
"dayzed": "3.2.3",
"framer-motion": "7.6.2",
"lodash": "4.17.21",
"next": "13.3.0",
"react": "18.2.0",
"react-clamp-lines": "3.0.3",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-hook-form": "7.43.2",
"react-infinite-scroll-component": "^6.1.0",
"react-intl": "6.4.2",
"react-is": "18.2.0",
"react-photo-view": "1.2.3",
"react-slick": "0.29.0",
"react-timeit": "1.2.12",
"regenerator-runtime": "0.13.7",
"slick-carousel": "1.8.1",
"styled-breakpoints": "11.1.1",
"styled-components": "5.3.6",
"styled-icons": "10.47.0",
"tslib": "2.5.0"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/preset-typescript": "7.21.5",
"@formatjs/cli": "6.1.1",
"@nrwl/js": "16.1.4",
"@nx-dotnet/core": "1.13.4",
"@nx/cypress": "16.1.4",
"@nx/eslint-plugin": "16.1.4",
"@nx/jest": "16.1.4",
"@nx/js": "16.1.4",
"@nx/linter": "16.1.4",
"@nx/react": "16.1.4",
"@nx/storybook": "16.1.4",
"@nx/web": "16.1.4",
"@nx/webpack": "16.1.4",
"@nx/workspace": "16.1.4",
"@prismicio/types": "0.2.3",
"@storybook/addon-essentials": "7.0.10",
"@storybook/core-server": "7.0.10",
"@storybook/react": "7.0.10",
"@storybook/react-webpack5": "7.0.10",
"@stylelint/postcss-css-in-js": "0.38.0",
"@svgr/webpack": "5.4.0",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.57",
"@swc/jest": "0.2.26",
"@testing-library/react": "13.4.0",
"@types/jest": "29.4.4",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-date-range": "1.4.4",
"@types/react-dom": "18.0.9",
"@types/react-is": "17.0.3",
"@types/react-slick": "0.23.10",
"@types/styled-components": "5.1.26",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"babel-jest": "29.4.3",
"babel-loader": "8.1.0",
"babel-plugin-styled-components": "1.10.7",
"cypress": "^12.11.0",
"eslint": "8.15.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "8.7.0",
"eslint-plugin-cypress": "2.10.3",
"eslint-plugin-etc": "2.0.3",
"eslint-plugin-formatjs": "4.10.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "^0.6.12",
"eslint-plugin-unused-imports": "2.0.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"nx": "16.1.4",
"nx-cloud": "16.0.5",
"nx-stylelint": "14.0.2",
"postcss": "8.4.19",
"postcss-syntax": "0.36.2",
"prettier": "2.8.4",
"prismic-ts-codegen": "0.1.5",
"react-test-renderer": "18.2.0",
"slice-machine-ui": "0.5.0",
"storybook": "7.0.10",
"stylelint": "14.14.0",
"stylelint-config-clean-order": "2.0.0",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-standard": "25.0.0",
"stylelint-order": "5.0.0",
"stylelint-prettier": "2.0.0",
"swagger-typescript-api": "12.0.4",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4",
"url-loader": "3.0.0"
}
}