-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
83 lines (83 loc) · 2.3 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
{
"name": "xeo",
"version": "1.2.0",
"license": "OTHER",
"scripts": {
"build": "yarn prisma generate && nx affected:build --all",
"build:xeo": "yarn prisma generate && nx build xeo --prod",
"test": "nx affected:test --all",
"lint": "nx affected:lint --all",
"dev": "nx serve xeo | pino-pretty -c",
"storybook": "nx storybook ui"
},
"prisma": {
"schema": "prisma/xeo.prisma"
},
"private": true,
"dependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "1.0.6",
"@next-auth/prisma-adapter": "^1.0.3",
"@notionhq/client": "1.0.4",
"@popperjs/core": "^2.11.4",
"@prisma/client": "^3.12.0",
"classnames": "2.3.1",
"dayjs": "^1.11.0",
"framer-motion": "6.2.8",
"joi": "^17.6.0",
"lodash": "^4.17.21",
"mockdate": "^3.0.5",
"next": "12.1.5",
"next-auth": "^4.2.1",
"next-seo": "^5.1.0",
"next-themes": "0.1.1",
"pino": "^7.8.1",
"react": "17.0.2",
"react-dates": "^21.8.0",
"react-dom": "17.0.2",
"react-flow-renderer": "^10.0.1",
"react-ga4": "^1.4.1",
"react-hook-form": "7.28.0",
"react-intl": "5.24.7",
"react-loading-skeleton": "^3.0.3",
"react-select": "^5.2.2",
"react-table": "^7.7.0",
"react-toastify": "8.2.0",
"recharts": "^2.1.9",
"swr": "1.2.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "7.17.7",
"@next/bundle-analyzer": "^12.1.0",
"@nrwl/cli": "13.8.8",
"@nrwl/eslint-plugin-nx": "13.8.8",
"@nrwl/jest": "13.8.8",
"@nrwl/next": "13.8.8",
"@nrwl/nx-cloud": "^13.1.6",
"@nrwl/workspace": "13.8.8",
"@tailwindcss/typography": "0.5.2",
"@types/jest": "27.4.1",
"@types/lodash": "^4.14.180",
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"@types/react-dates": "^21.8.3",
"@types/react-table": "^7.7.10",
"@types/uuid": "^8.3.4",
"@typescript-eslint/parser": "~5.15.0",
"autoprefixer": "10.4.3",
"babel-jest": "27.5.1",
"constructs": "^10.0.88",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "8.5.0",
"jest": "27.5.1",
"postcss": "8.4.11",
"postcss-import": "^14.0.2",
"prettier": "2.5.1",
"prisma": "^3.12.0",
"tailwindcss": "3.0.24",
"ts-jest": "27.1.4",
"typescript": "4.6.3"
}
}