-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.8 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "tablecheck-frontend",
"description": "TableCheck Inc. Frontend settings and scripts",
"license": "MIT",
"author": "TableCheck Inc.",
"repository": {
"type": "git",
"url": "[email protected]:tablecheck/frontend.git"
},
"version": "0.0.0",
"scripts": {
"audit": "tablecheck-frontend-audit",
"audit:ci": "npx tablecheck-frontend-audit --ci",
"lint": "nx affected --target=quality && nx affected --target=quality:docs && prettier -c .",
"format": "nx affected --target=quality:format && prettier -w --loglevel warn .",
"test": "nx affected --target=test",
"test:watch": "nx run-many --target=test:watch",
"start": "start-storybook -p 6006",
"build": "nx affected --target=build",
"build:ci": "nx run-many --target=build",
"build:docs": "build-storybook",
"prepare": "husky install && npm run build:ci",
"all-upgrade": "npm-upgrade && lerna exec --concurrency 1 -- npm-upgrade"
},
"workspaces": ["packages/*"],
"devDependencies": {
"@auto-it/all-contributors": "11.3.0",
"@auto-it/first-time-contributor": "11.3.0",
"@auto-it/npm": "11.3.0",
"@auto-it/released": "11.3.0",
"@auto-it/slack": "11.3.0",
"@commitlint/cli": "17.7.2",
"@commitlint/config-lerna-scopes": "17.7.0",
"@emotion/babel-plugin": "^11.11.0",
"@nx/eslint-plugin": "19.3.0",
"@nx/jest": "19.3.0",
"@nx/js": "19.3.0",
"@nx/eslint": "19.3.0",
"@nx/vite": "19.3.0",
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-docs": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-links": "6.5.16",
"@storybook/node-logger": "6.5.16",
"@storybook/react": "6.5.16",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.7",
"@tablecheck/eslint-config": "file:packages/eslint-config",
"@tablecheck/eslint-plugin": "file:packages/eslint-plugin",
"@tablecheck/prettier-config": "file:packages/prettier-config",
"@types/fs-extra": "^11.0.2",
"@types/node": "18.19.9",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
"auditjs": "4.0.41",
"auto": "11.3.0",
"eslint": "8.57.0",
"eslint-plugin-eslint-plugin": "5.1.1",
"file-loader": "^6.2.0",
"fs-extra": "^11.1.1",
"husky": "8.0.3",
"jsdom": "~22.1.0",
"jsonc-eslint-parser": "^2.3.0",
"lerna": "7.3.0",
"lint-staged": "^14.0.1",
"lodash": "^4.17.21",
"nx": "19.3.0",
"prettier": "3.4.1",
"storybook": "^6.5.16",
"type-fest": "4.4.0",
"typescript": "5.4.5",
"vite": "5.3.5",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.6.0"
},
"dependencies": {
"@nx/devkit": "19.3.0",
"@nx/plugin": "19.3.0",
"@swc/helpers": "0.5.11",
"tslib": "^2.6.2"
}
}