forked from webiny/webiny-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.21 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
{
"name": "@webiny/theme",
"version": "0.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/webiny/webiny-js.git"
},
"description": "A small package that provides Webiny Page Builder theme-related types and utilities.",
"author": "Adrian Smijulj",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.22.6",
"@emotion/react": "^11.10.6"
},
"peerDependencies": {
"react": "^17.0.2"
},
"devDependencies": {
"@babel/cli": "^7.22.6",
"@babel/core": "^7.22.8",
"@babel/preset-env": "^7.22.7",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@types/react": "17.0.39",
"@webiny/cli": "0.0.0",
"@webiny/project-utils": "0.0.0",
"babel-plugin-emotion": "^9.2.8",
"execa": "^5.0.0",
"rimraf": "^3.0.2",
"ttypescript": "^1.5.12",
"typescript": "4.7.4"
},
"publishConfig": {
"access": "public",
"directory": "dist"
},
"scripts": {
"build": "yarn webiny run build",
"watch": "yarn webiny run watch"
},
"gitHead": "8476da73b653c89cc1474d968baf55c1b0ae0e5f",
"adio": {
"ignore": {
"dependencies": [
"@types/medium-editor"
]
}
}
}