-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
62 lines (62 loc) · 1.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
{
"name": "@acpaas-ui/web-components",
"version": "2.0.1",
"description": "AUI web components",
"author": "Digipolis Antwerpen",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/aui-web-components/aui-web-components.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"devDependencies": {
"@a-ui/core": "^6.2.3",
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@stencil/core": "^3.2.1",
"@stencil/sass": "^2.0.4",
"@storybook/addon-essentials": "^7.0.6",
"@storybook/addon-interactions": "^7.0.6",
"@storybook/addon-links": "^7.0.6",
"@storybook/blocks": "^7.0.6",
"@storybook/html": "^7.0.6",
"@storybook/html-webpack5": "^7.0.6",
"@storybook/testing-library": "^0.0.14-next.2",
"@types/jest": "^27.5.2",
"@types/js-cookie": "^2.2.7",
"@types/node": "^18.15.13",
"@types/puppeteer": "1.20.6",
"classnames": "^2.3.2",
"jest": "^27.5.1",
"jest-cli": "^27.5.1",
"puppeteer": "^19.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.0.6"
},
"license": "MIT",
"dependencies": {
"focus-trap": "^7.4.0",
"js-cookie": "^2.2.1",
"react-device-detect": "^2.2.3"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=18.0.0"
}
}