-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.43 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
40
41
42
43
44
{
"name": "nelson-ui-monorepo",
"version": "0.0.0",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --no-cache --parallel --continue",
"dev:publish": "turbo run build && turbo run dev:publish --parallel",
"lint": "turbo run lint",
"test": "turbo run test",
"clean": "turbo run clean && rm -rf node_modules",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"ci:publish": "pnpm build && pnpm publish -r --no-git-checks --access public",
"ci:version": "pnpm changeset version && pnpm install --no-frozen-lockfile && git add ."
},
"private": true,
"workspaces": [
"packages/*"
],
"prettier": "@stacks/prettier-config",
"devDependencies": {
"@changesets/changelog-github": "0.4.1",
"@changesets/cli": "2.17.0",
"@rollup/plugin-typescript": "8.2.5",
"@stacks/eslint-config": "^1.0.9",
"@stacks/prettier-config": "^0.0.8",
"esbuild": "0.13.2",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jest": "24.4.2",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.26.0",
"eslint-plugin-react-hooks": "4.2.0",
"prettier": "2.4.1",
"rollup": "2.57.0",
"rollup-plugin-typescript2": "0.30.0",
"shx": "0.3.3",
"tslib": "^2.3.1",
"turbo": "1.1.2",
"typescript": "4.4.3"
},
"packageManager": "[email protected]"
}