forked from Election-Tech-Initiative/electionguard-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.44 KB
/
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
36
37
38
39
{
"name": "electionguard-ui",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"start": "yarn run lerna run start --parallel",
"start-with-storybook": "yarn storybook && yarn start",
"build": "yarn run lerna run build --stream",
"test": "yarn run lerna run test --parallel",
"lint": "yarn run lerna run lint --parallel",
"lint:fix": "yarn run lerna run lint:fix --parallel",
"bundle": "yarn run lerna run bundle --parallel",
"clean": "yarn run lerna clean --yes",
"bootstrap": "yarn clean && lerna bootstrap",
"storybook": "yarn run lerna run storybook",
"npm-publish": "yarn run lerna run npm-publish",
"npm-version": "yarn run lerna run npm-version-patch"
},
"devDependencies": {
"@prettier/plugin-xml": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^14.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"lerna": "^4.0.0",
"prettier": "^2.4.1"
},
"version": "1.0.0",
"license": "MIT"
}