-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.41 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.41 KB
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
{
"name": "@selectable-grid/monorepo",
"version": "1.1.4",
"private": true,
"description": "selectable-grid",
"author": "Pisyukaev",
"license": "MIT",
"repository": "Pisyukaev/selectable-grid",
"packageManager": "pnpm@7.5.0",
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"dev": "turbo run dev --filter=./packages/*",
"build": "turbo run build --filter=./packages/*",
"dev:website": "turbo run dev --filter=./website",
"build:website": "turbo run build --filter=./website",
"dev:examples": "turbo run dev --filter=./examples/*",
"build:examples": "turbo run build --filter=./examples/*",
"prepare": "pnpm build"
},
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/user-event": "14.4.3",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"@vitest/ui": "0.27.1",
"eslint": "8.31.0",
"eslint-config-prettier": "8.6.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.27.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.0",
"eslint-plugin-react-hooks": "4.6.0",
"jsdom": "21.0.0",
"prettier": "2.8.2",
"turbo": "1.7.0",
"typescript": "4.9.4",
"vitest": "0.27.1"
}
}