This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.55 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
{
"name": "web-nusszopf",
"version": "4.3.0",
"description": "nusszopf monorepo",
"repository": "[email protected]:nusszopf/web-nusszopf.git",
"author": "schwamic <[email protected]>",
"license": "GNU General Public License v3.0",
"private": true,
"workspaces": [
"projects/*"
],
"scripts": {
"prepare": "husky install",
"dev:auth-login": "yarn --cwd projects/auth-login dev",
"dev:auth-password": "yarn --cwd projects/auth-password dev",
"dev:e2e": "yarn --cwd projects/e2e open",
"dev:ui-library": "yarn --cwd projects/ui-library start-storybook -p 6006",
"dev:webapp": "yarn --cwd projects/webapp dev",
"lint": "eslint ./projects/*"
},
"engines": {
"node": ">=12.22 <13",
"yarn": "~1.22"
},
"dependencies": {
"@fontsource/barlow": "4.2.2",
"@reach/combobox": "0.15.1",
"@reach/dialog": "0.15.0",
"@reach/tabs": "0.15.0",
"auth0-js": "9.16.0",
"classnames": "2.3.1",
"compressorjs": "1.0.7",
"formik": "2.2.6",
"framer-motion": "4.1.11",
"lodash": "4.17.21",
"lucide-react": "0.15.11",
"next": "10.2.0",
"next-seo": "4.24.0",
"next-transpile-modules": "7.0.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-alice-carousel": "2.5.1",
"react-dom": "17.0.2",
"react-easy-crop": "3.3.3",
"react-feather": "2.0.9",
"react-masonry-css": "1.0.16",
"react-merge-refs": "1.1.0",
"reakit": "1.3.8",
"slate": "0.62.0",
"slate-history": "0.62.0",
"slate-react": "0.62.0",
"smoothscroll-polyfill": "0.4.4",
"yup": "0.32.9"
},
"devDependencies": {
"@babel/core": "7.14.0",
"@babel/register": "7.13.16",
"@commitlint/cli": "12.1.1",
"@commitlint/config-conventional": "12.1.1",
"@next/bundle-analyzer": "10.2.0",
"autoprefixer": "10.2.5",
"babel-eslint": "10.1.0",
"babel-plugin-inline-react-svg": "2.0.1",
"cross-env": "7.0.3",
"eslint": "7.25.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-cypress": "2.11.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-react-hooks": "4.2.0",
"husky": "6.0.0",
"lint-staged": "10.5.4",
"postcss": "8.2.13",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-import": "14.0.1",
"postcss-nesting": "8.0.1",
"postcss-preset-env": "6.7.0",
"prettier": "2.2.1",
"stylelint": "13.13.1",
"stylelint-config-prettier": "8.0.2",
"stylelint-config-recommended": "5.0.0",
"tailwindcss": "2.1.2",
"vercel": "22.0.1"
}
}