-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.46 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
{
"name": "every-framework-components",
"version": "0.11.1",
"description": "Stencil Components",
"main": "dist/index.cjs.js",
"module": "dist/custom-elements/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/custom-elements/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/every-framework-components/every-framework-components.esm.js",
"files": [
"dist/",
"loader/",
"build-react/"
],
"scripts": {
"build": "stencil build --docs && npm run build:react",
"build:react": "cd react && tsc",
"start": "npm run build:react && stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@stencil/core": "2.10.0",
"app-datepicker": "^4.5.3",
"browser-image-compression": "^1.0.15",
"country-flags-svg": "^1.1.1",
"stencil-click-outside": "^1.7.1"
},
"devDependencies": {
"@stencil/react-output-target": "^0.0.9",
"@types/node": "^15.12.2",
"@types/react": "16.7.6",
"@types/react-dom": "16.0.9",
"np": "^3.1.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"typescript": "^3.3.4000"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}