-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
29 lines (29 loc) · 919 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
{
"name": "@react-activity/mono",
"description": "Activity indicator component library for React applications.",
"scripts": {
"start": "yarn workspace react-activity-demo start",
"test": "yarn workspace react-activity test",
"build": "yarn workspace react-activity build && yarn workspace react-activity-demo build"
},
"private": true,
"author": "Luke Vella <me@lukevella.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukevella/react-activity/issues"
},
"workspaces": [
"react-activity",
"react-activity-demo"
],
"homepage": "https://github.com/lukevella/react-activity",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"eslint": "^7.25.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.1",
"typescript": "^4.2.4"
}
}