forked from alibaba/ali-react-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 854 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
33
34
35
{
"name": "ali-react-table-monorepo",
"private": true,
"version": "0.0.0",
"description": "ali-react-table monorepo",
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"start:website": "yarn workspace website start",
"start:demo": "yarn workspace demo start",
"deploy:website": "GIT_USER=shinima yarn workspace website deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alibaba/ali-react-table.git"
},
"homepage": "https://github.com/alibaba/ali-react-table",
"author": {
"name": "Shi Feichao",
"email": "feichao.sfc@alibaba-inc.com"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"semi": false,
"trailingComma": "all"
},
"devDependencies": {
"copyfiles": "^2.4.0",
"prettier": "^2.1.2",
"typescript": "~4.2"
}
}