-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 2.03 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 2.03 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
47
48
49
50
51
52
53
54
{
"name": "wl-hopper-react16",
"version": "0.0.0",
"keywords": [],
"author": {
"name": "Workleap"
},
"private": true,
"license": "Apache-2.0",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/workleap/wl-hopper-react16.git"
},
"scripts": {
"build": "pnpm -r build ",
"changeset": "changeset",
"ci-release": "pnpm build && changeset publish",
"generate-icons": "pnpm -r generate-icons",
"lint": "pnpm run \"/^lint:.*/\" && pnpm run typecheck",
"lint:eslint": "eslint . --max-warnings=-1 --cache --cache-location node_modules/.cache/eslint",
"lint:style": "stylelint \"**/*.css\" --allow-empty-input --cache --cache-location node_modules/.cache/stylelint",
"typecheck": "pnpm -r --parallel --include-workspace-root exec tsc --noEmit",
"clean": "pnpm -r --parallel --include-workspace-root exec pnpm dlx rimraf dist node_modules/.cache",
"reset": "pnpm clean && pnpm reset:modules",
"reset:modules": "pnpm -r --parallel --include-workspace-root exec pnpm dlx rimraf node_modules pnpm-lock.yaml"
},
"devDependencies": {
"@changesets/cli": "2.26.2",
"@types/jest": "29.5.9",
"@types/node": "20.9.3",
"@workleap/eslint-plugin": "3.0.0",
"@workleap/stylelint-configs": "2.1.0",
"@workleap/typescript-configs": "3.0.2",
"eslint": "8.57.1",
"eslint-plugin-storybook": "0.6.15",
"postcss": "8.4.33",
"postcss-modules": "6.0.0",
"prettier": "3.1.0",
"prop-types": "15.8.1",
"react-dom": "18.2.0",
"react": "18.2.0",
"stylelint": "16.24.0",
"svgo": "3.3.2",
"ts-node": "10.9.1",
"tsup": "8.0.1"
},
"bugs": {
"url": "https://github.com/workleap/wl-hopper/issues"
},
"readme": "https://github.com/workleap/wl-hopper#readme",
"homepage": "https://github.com/workleap/wl-hopper#readme",
"packageManager": "pnpm@10.19.0"
}