-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
70 lines (70 loc) · 2.06 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
{
"name": "next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"check": "next lint --max-warnings=0",
"serve": "NODE_ENV=production next start --port 8151",
"marketlaunch:setup": "ts-node -O '{\"module\": \"commonjs\"}' setup.ts"
},
"dependencies": {
"@tamagui/font-inter": "^1.101.3",
"@tamagui/lucide-icons": "^1.101.3",
"@tamagui/next-theme": "^1.101.3",
"@tamagui/themes": "^1.101.3",
"@tamagui/toast": "^1.101.3",
"bson-objectid": "^2.0.4",
"change-case": "^5.4.4",
"cookie": "^0.6.0",
"date-fns": "^3.6.0",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"html-to-draftjs": "^1.5.0",
"inversify": "^6.0.2",
"joi": "^17.13.3",
"lodash.chunk": "^4.2.0",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"next": "^14.2.4",
"next-api-route-middleware": "^1.0.2",
"raf": "^3.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draft-wysiwyg": "^1.15.0",
"react-native": "^0.74.2",
"react-native-svg": "^15.3.0",
"react-native-web": "^0.19.12",
"react-to-print": "^2.15.1",
"reflect-metadata": "^0.2.2",
"solito": "^4.2.2",
"stripe": "^14.25.0",
"swell-js": "^4.1.2",
"swell-node": "^5.6.0",
"tamagui": "^1.101.3",
"use-debounce": "^10.0.1",
"vest": "^5.3.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.4",
"@tamagui/next-plugin": "1.101.3",
"@types/cookie": "^0.6.0",
"@types/draftjs-to-html": "^0.8.4",
"@types/html-to-draftjs": "^1.4.3",
"@types/lodash.chunk": "^4.2.9",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.get": "^4.4.9",
"@types/node": "^20.14.9",
"@types/react-draft-wysiwyg": "^1.13.8",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mobx": "^0.0.10",
"mobx": "^6.12.4",
"mobx-react-lite": "^4.0.7",
"ts-node": "^10.9.2"
}
}