-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.51 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.51 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
{
"name": "kbe5-antmen-fe",
"private": true,
"workspaces": [
"apps",
"admin",
"packages/*"
],
"scripts": {
"dev:admin": "yarn workspace admin start",
"dev:apps": "yarn workspace apps dev",
"dev": "concurrently \"yarn dev:admin\" \"yarn dev:apps\"",
"dev:apps:https": "yarn workspace apps dev:https",
"build:admin": "yarn workspace admin build",
"build:apps": "yarn workspace apps build",
"build": "yarn build:admin && yarn build:apps",
"lint": "yarn workspace admin lint && yarn workspace apps lint",
"clean": "yarn workspace admin clean && yarn workspace apps clean",
"install:admin": "yarn workspace admin install",
"install:apps": "yarn workspace apps install",
"install:packages": "yarn workspace @antmen/ui install",
"install": "yarn install:admin && yarn install:apps",
"setup-https": "mkcert -install && mkcert localhost 127.0.0.1"
},
"devDependencies": {
"@types/axios": "^0.14.4",
"@types/js-cookie": "^3.0.6",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.7",
"concurrently": "^8.2.0",
"mkcert": "^3.2.0",
"prettier": "^3.5.3"
},
"dependencies": {
"@headlessui/react": "^2.2.4",
"axios": "^1.9.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.400.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"swiper": "^10.3.1"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}