forked from MaaAssistantArknights/maa-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 827 Bytes
/
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
{
"name": "maa-website",
"version": "1.0.0",
"description": "Maa website monorepo",
"main": "index.js",
"repository": "https://github.com/MaaAssistantArknights/maa-website",
"license": "AGPL-3.0-or-later",
"scripts": {
"build": "turbo run lint && turbo run build && node bundler.mjs",
"dev": "turbo run dev",
"dev:home": "turbo run dev:home",
"dev:doc": "turbo run dev:doc",
"lint": "turbo run lint",
"lint:js": "turbo run lint:js",
"lint:prettier": "turbo run lint:prettier",
"lintfix": "turbo run lintfix"
},
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"devDependencies": {
"prettier": "^2.6.2",
"turbo": "^1.8.1"
},
"packageManager": "[email protected]",
"dependencies": {
"framer-motion": "^10.2.3",
"react-use": "^17.4.0"
}
}