forked from shuimo-design/shuimo-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 935 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": "shuimo-design",
"description": "一款粗暴的水墨风UI组件",
"author": "阿怪 <[email protected]>",
"license": "MIT",
"version": "0.0.1",
"scripts": {
"pre-dev": "turbo run pre-dev",
"dev": "turbo run dev",
"playground": "turbo run playground",
"dev:doc": "turbo run dev:doc",
"dev:web-component-doc": "turbo run web-component-doc:dev",
"clean:build": "trubo run clean && rimraf dist",
"clean:node_modules": "turbo run clean && rimraf **/node_modules",
"re-install": "pnpm run clean:node_modules && pnpm i"
},
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/janghood/shuimo-ui.git"
},
"bugs": {
"url": "https://github.com/janghood/shuimo-ui/issues"
},
"homepage": "https://shuimo.janghood.com",
"dependencies": {
"turbo": "^1.6.3"
},
"devDependencies": {
"rimraf": "^3.0.2"
}
}