-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.42 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
{
"name": "@biggive/components",
"_comment": "Version number below is automatically replaced during CircleCI build.",
"version": "0.0.1",
"description": "Big Give Components",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/interfaces.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/biggive/biggive.esm.js",
"repository": {
"type": "git",
"url": "https://github.com/thebiggive/components.git"
},
"files": [
"dist/",
"loader/",
"hydrate/"
],
"scripts": {
"build": "stencil build --docs",
"build.watch": "stencil build --watch",
"start": "stencil build --dev --watch --serve",
"lint": "eslint --max-warnings=0 src/**/*{.ts,.tsx}",
"lint:fix": "eslint --fix src/**/*{.ts,.tsx}",
"test": "stencil test --spec --e2e --runInBand",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"prepare": "husky install",
"pre-commit": "lint-staged",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/pro-duotone-svg-icons": "^6.6.0",
"@fortawesome/pro-regular-svg-icons": "^6.6.0",
"@fortawesome/pro-solid-svg-icons": "^6.6.0",
"@stencil/core": "~4.22.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@stencil-community/eslint-plugin": "~0.9.0",
"@stencil/angular-output-target": "~0.10.0",
"@stencil/sass": "^3.0.8",
"@storybook/addon-actions": "^8.1.6",
"@storybook/addon-essentials": "^8.1.6",
"@storybook/addon-interactions": "^8.1.6",
"@storybook/addon-links": "^8.1.6",
"@storybook/addon-webpack5-compiler-swc": "^1.0.3",
"@storybook/html": "^8.1.6",
"@storybook/html-webpack5": "^8.1.6",
"@storybook/test": "^8.1.6",
"@types/jest": "^29.5.11",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-storybook": "^0.11.0",
"husky": "^9.0.6",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"puppeteer": "23.10.*",
"storybook": "^8.1.6"
},
"license": "MIT"
}