-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.59 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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "pomelopay-web-ui",
"version": "0.0.93",
"description": "Stencil Component Starter",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/pomelopay-web-ui/pomelopay-web-ui.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build:css": "cp www/build/pomelopay-webui.css dist/pomelopay-webui.css",
"build:config": "cp src/config/theme.js dist/theme.js",
"build": "stencil build --docs && yarn build:css && yarn build:config",
"start": "stencil build --dev --watch --serve --no-open",
"watch:js": "stencil build --dev --watch",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"storybook": "start-storybook -p 6006 -s www --ci && yarn watch:js",
"build-storybook": "stencil build --prod && build-storybook",
"build-www": "concurrently \"NODE_ENV=prod stencil build --prod\" \"build-storybook -o public\""
},
"dependencies": {
"@juggle/resize-observer": "^3.4.0",
"@popperjs/core": "^2.11.6",
"@stencil/core": "^2.19.2",
"animejs": "^3.2.0",
"cleave.js": "^1.6.0",
"clsx": "^1.2.1",
"intl-tel-input": "^17.0.19",
"nanoid": "^4.0.0",
"tailwindcss": "^3.2.1"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.19.6",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@stencil/postcss": "^2.1.0",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-storysource": "^6.5.13",
"@storybook/addon-viewport": "^6.5.13",
"@storybook/html": "^6.5.13",
"@types/autoprefixer": "^10.2.0",
"@types/jest": "^29.2.1",
"@types/node": "^18.11.9",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.0.1",
"concurrently": "^7.5.0",
"cssnano": "^5.1.14",
"postcss": "^8.4.18",
"postcss-cli": "^10.0.0",
"postcss-color-mod-function": "^3.0.3",
"postcss-easy-import": "^4.0.0",
"postcss-import": "^15.0.0",
"postcss-preset-env": "^7.8.2",
"postcss-replace": "^2.0.0",
"purge-from-html": "^1.0.3",
"purgecss-from-html": "^5.0.0",
"purgecss-from-js": "^1.0.0",
"react-is": "^18.2.0",
"serverless-finch": "^4.0.0",
"storybook-addon-playroom": "^3.0.2",
"stylelint-config-recommended": "^9.0.0"
}
}