-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4.61 KB
/
package.json
File metadata and controls
124 lines (124 loc) · 4.61 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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "@constructor-io/constructorio-ui-recommendations",
"version": "0.0.0",
"description": "Constructor.io Recommendations UI library for web applications",
"author": "Constructor.io Corporation",
"license": "MIT",
"homepage": "https://github.com/Constructor-io/constructorio-ui-recommendations#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Constructor-io/constructorio-ui-recommendations.git"
},
"bugs": {
"url": "https://github.com/Constructor-io/constructorio-ui-recommendations/issues"
},
"main": "lib/cjs/index.js",
"module": "lib/mjs/index.js",
"exports": {
"./styles.css": {
"import": "./lib/mjs/styles.css",
"require": "./lib/cjs/styles.css"
},
"./constructorio-ui-recommendations-bundled": {
"import": "./dist/constructorio-ui-recommendations-bundled.js",
"require": "./dist/constructorio-ui-recommendations-bundled.js"
},
".": {
"import": "./lib/mjs/index.js",
"require": "./lib/cjs/index.js"
},
"./cjs": {
"import": "./lib/cjs/index.js",
"require": "./lib/cjs/index.js"
}
},
"files": [
"lib/**/*",
"dist/constructorio-ui-recommendations-bundled.js"
],
"engines": {
"node": ">=14"
},
"types": "lib/types/index.d.ts",
"scripts": {
"lint": "eslint src --ext js,ts,jsx,tsx",
"check-types": "npx tsc --noEmit",
"copy-styles": "rsync -am --include='*/' --include='*.css' --exclude='*' src/ lib/mjs/ && rsync -am --include='*/' --include='*.css' --exclude='*' src/ lib/cjs/",
"dev": "storybook dev -p 6006",
"test": "jest",
"storybook:ci": "storybook dev --ci --quiet -p 6006",
"test-storybook": "test-storybook",
"test-storybook:watch": "test-storybook --watch",
"test-storybook:ci": "start-server-and-test storybook:ci http://localhost:6006 test-storybook",
"build-storybook": "storybook build --docs -o 'docs'",
"storybook-docs-dev": "storybook dev --docs -p 6007",
"serve-built-storybook": "npx http-server docs",
"compile": "rm -rf lib && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && npm run copy-styles && vite build",
"check-license": "license-checker --production --onlyAllow 'Apache-2.0;BSD-3-Clause;MIT;0BSD;BSD-2-Clause;ISC' --excludePackages 'picocolors@1.0.0;graceful-fs@4.2.11;lightningcss@1.30.2;lightningcss-darwin-arm64@1.30.2;lightningcss-linux-x64-gnu@1.30.2;lightningcss-linux-x64-musl@1.30.2'",
"prepare": "husky",
"storybook": "storybook dev -p 6006"
},
"peerDependencies": {
"@constructor-io/constructorio-client-javascript": "^2.67.1",
"@constructor-io/constructorio-ui-components": "^1.0.1",
"react": ">=16.12.0",
"react-dom": ">=16.12.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@axe-core/react": "^4.10.1",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@cspell/eslint-plugin": "^8.17.5",
"@storybook/addon-a11y": "^8.6.4",
"@storybook/addon-actions": "^8.6.4",
"@storybook/addon-essentials": "^8.6.4",
"@storybook/addon-interactions": "^8.6.4",
"@storybook/addon-links": "^8.6.4",
"@storybook/addon-mdx-gfm": "^8.6.14",
"@storybook/addon-onboarding": "^8.6.4",
"@storybook/blocks": "^8.6.4",
"@storybook/react": "^8.6.4",
"@storybook/react-vite": "^8.6.4",
"@storybook/react-webpack5": "^8.6.4",
"@storybook/test": "^8.6.4",
"@storybook/test-runner": "^0.22.0",
"@storybook/testing-library": "^0.2.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.14",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-storybook": "^0.11.4",
"globals": "^16.0.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.3.0",
"license-checker": "^25.0.1",
"prop-types": "^15.8.1",
"start-server-and-test": "^2.0.10",
"storybook": "^8.6.15",
"typescript": "^4.9.4",
"typescript-eslint": "^8.26.1",
"vite": "^6.4.1",
"vite-plugin-css-injected-by-js": "^3.5.2",
"webpack": "^5.98.0"
},
"volta": {
"node": "22.18.0",
"npm": "10.9.3"
}
}