This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
67 lines (67 loc) · 2.05 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
{
"author": {
"email": "[email protected]",
"name": "Alexander Trefz"
},
"name": "@camunda-cloud/common-ui",
"version": "0.0.18-rc13",
"description": "Camunda UI Components",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.js",
"es2017": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"prepublishOnly": "stencil build",
"publish-storybook": "stencil build && storybook-to-ghpages --out=.storybookDeployment",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"devDependencies": {
"@babel/core": "7.17.0",
"@camunda-cloud/common-ui": "0.0.18-beta21",
"@camunda-cloud/common-ui-react": "0.0.18-beta21",
"@stencil/core": "2.13.0",
"@stencil/react-output-target": "0.2.1",
"@stencil/sass": "1.5.2",
"@storybook/addon-docs": "6.4.13",
"@storybook/builder-webpack5": "6.4.13",
"@storybook/manager-webpack5": "6.4.13",
"@storybook/react": "6.4.13",
"@storybook/storybook-deployer": "2.8.10",
"@types/jest": "27.4.0",
"@types/prettier": "2.4.3",
"@types/puppeteer": "5.4.4",
"babel-loader": "8.2.3",
"copy-webpack-plugin": "10.2.4",
"jest": "27.5.0",
"jest-cli": "27.5.0",
"mutation-observer": "1.0.3",
"prettier": "2.5.1",
"puppeteer": "13.1.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-is": "16.13.1",
"typescript": "4.5.5",
"webpack": "5.68.0",
"workbox-build": "6.4.2",
"write-file-webpack-plugin": "4.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/camunda-cloud/common-ui.git"
},
"dependencies": {}
}