This repository was archived by the owner on Oct 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.54 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
{
"author": "Calmery <[email protected]> (https://calmery.me/)",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@babel/core": "7.15.8",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@emotion/css": "11.1.3",
"@emotion/server": "11.4.0",
"babel-loader": "8.2.2",
"glob": "7.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"webpack": "5.58.1",
"webpack-cli": "4.9.0"
},
"description": "A plugin for using :woman_singer: with Aleph.js",
"devDependencies": {
"@semantic-release/git": "10.0.0",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",
"husky": "7.0.2",
"lint-staged": "11.2.3",
"semantic-release": "18.0.0"
},
"engines": {
"node": "^16.11.0",
"npm": "^8.0.0"
},
"files": [
"node",
"plugin.ts"
],
"homepage": "https://github.com/calmery-chan/aleph-plugin-emotion#readme",
"license": "MIT",
"lint-staged": {
"**/*.{json,md,ts,tsx}": "vr fmt"
},
"main": "./node/index.js",
"name": "@calmery-chan/aleph-plugin-emotion",
"packageManager": "npm@^8.0.0",
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
},
"repository": "github:calmery-chan/aleph-plugin-emotion",
"scripts": {
"prepare": "husky install"
},
"version": "1.1.1"
}