-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.06 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
{
"name": "@kapeta/resource-type-smtp",
"version": "local",
"description": "Provides SMTP resource type",
"keywords": [
"kapeta"
],
"private": false,
"publishConfig": {
"access": "public"
},
"license": "MIT",
"author": {
"email": "engineering@kapeta.com",
"name": "Kapeta",
"url": "https://kapeta.com"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "NODE_ENV=production webpack",
"start": "npm run watch",
"watch": "NODE_ENV=development webpack --watch",
"storybook": "start-storybook"
},
"peerDependencies": {
"@kapeta/schemas": "<2",
"@kapeta/ui-web-components": "<2",
"@kapeta/ui-web-context": "<2",
"@kapeta/ui-web-types": "<2",
"@kapeta/ui-web-utils": "<2"
},
"bundledDependencies": true,
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.18.10",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@kapeta/schemas": "<2",
"@kapeta/ui-web-components": "<2",
"@kapeta/ui-web-context": "<2",
"@kapeta/ui-web-types": "<2",
"@kapeta/ui-web-utils": "<2",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/react": "^6.5.12",
"@types/lodash": "^4.14.149",
"@types/react": "^18.0.28",
"babel-loader": "^8.2.5",
"guid-typescript": "^1.0.9",
"json-loader": "^0.5.7",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"mobx": "^6.6.2",
"mobx-react": "^7.5.3",
"socket.io-client": "^4.5.2",
"typescript": "^4.8.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"yaml-loader": "^0.5.0"
}
}