-
Notifications
You must be signed in to change notification settings - Fork 595
/
package.json
48 lines (48 loc) · 1.88 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
{
"name": "nuka-carousel-monorepo",
"scripts": {
"build": "pnpm run --filter nuka-carousel build",
"build:watch": "pnpm run --filter nuka-carousel build:watch",
"build:storybook": "pnpm run --filter nuka-carousel storybook:build",
"build-storybook": "pnpm run --filter nuka-carousel storybook:build",
"build:website": "pnpm run --filter website build",
"lint": "pnpm run --parallel lint",
"lint:fix": "pnpm run --parallel lint --fix",
"start:storybook": "pnpm run --filter nuka-carousel storybook",
"start:website": "pnpm run --filter website start",
"test": "pnpm run --filter nuka-carousel test",
"test:storybook": "pnpm run --filter nuka-carousel test:storybook",
"check": "pnpm run lint && pnpm run test",
"check:ci": "pnpm run check",
"clean": "pnpm run -r clean",
"changeset": "changeset",
"version": "pnpm changeset version && pnpm install --no-frozen-lockfile"
},
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-transform-object-assign": "^7.24.1",
"@babel/plugin-transform-object-rest-spread": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@changesets/cli": "^2.23.1",
"@storybook/test-runner": "^0.16.0",
"@svitejs/changesets-changelog-github-compact": "^0.1.1",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.2.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"shx": "^0.3.4",
"typescript": "^5.4.2"
}
}