-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
32 lines (32 loc) · 892 Bytes
/
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
{
"name": "sublime-import-helper",
"version": "0.0.0-dev",
"license": "MIT",
"homepage": "https://github.com/unlight/sublime-import-helper#readme",
"scripts": {
"build": "webpack",
"commit": "cz"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "17.0.31",
"@types/react": "^18.0.8",
"cz-conventional-changelog": "^3.3.0",
"import-adjutor": "^2.2.0",
"prettier": "^2.6.2",
"react": "^18.1.0",
"semantic-release": "^19.0.2",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"@commitlint/config-conventional": "^16.2.4"
},
"repository": {
"type": "git",
"url": "https://github.com/unlight/sublime-import-helper.git"
},
"bugs": {
"url": "https://github.com/unlight/sublime-import-helper/issues"
}
}