-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.17 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.17 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
{
"name": "@impler/web",
"version": "1.9.0",
"author": "implerhq",
"license": "MIT",
"private": true,
"scripts": {
"start": "next dev -p 4200",
"dev": "next dev -p 4200",
"build": "next build",
"lint": "next lint",
"prebuild": "rimraf .next",
"storybook": "start-storybook -p 6006",
"start:static:build": "pnpm envsetup:docker && next start -p 4200",
"envsetup:docker": "chmod +x ./env.sh && ./env.sh",
"build-storybook": "build-storybook"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.0.1",
"@casl/ability": "^6.7.1",
"@casl/react": "^4.0.0",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@impler/client": "workspace:^",
"@impler/react": "workspace:^",
"@impler/shared": "workspace:^",
"@mantine/carousel": "6.0.21",
"@mantine/core": "6.0.21",
"@mantine/dates": "6.0.21",
"@mantine/dropzone": "6.0.21",
"@mantine/hooks": "6.0.21",
"@mantine/modals": "6.0.21",
"@mantine/next": "6.0.21",
"@mantine/notifications": "6.0.21",
"@mantine/prism": "6.0.21",
"@sentry/nextjs": "^7.112.2",
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^3.4.0",
"@tanstack/react-query": "^4.14.5",
"@tawk.to/tawk-messenger-react": "^2.0.1",
"chart.js": "^4.3.0",
"dayjs": "^1.11.11",
"embla-carousel-react": "^7.0.9",
"jwt-decode": "^3.1.2",
"lottie-react": "^2.4.0",
"next": "14.2.30",
"react": "18.2.0",
"react-ace": "^10.1.0",
"react-chartjs-2": "^5.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.1",
"sharp": "^0.32.6",
"subos-frontend": "^1.0.95",
"typescript": "4.9.5"
},
"devDependencies": {
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.13",
"@storybook/theming": "^7.0.2",
"@types/node": "^18.15.11",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint": "^8.38.0",
"eslint-config-next": "13.1.1",
"rimraf": "^3.0.2",
"storybook-dark-mode": "^2.0.6",
"tsconfig-paths-webpack-plugin": "^4.0.0"
}
}