-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.53 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.53 KB
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
{
"name": "@icewolf/knack-types",
"version": "1.2.5",
"license": "UNLICENSED",
"repository": "https://github.com/icewolf/knack-types.git",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/gitlab": "^6.0.9",
"@semantic-release/npm": "^7.0.10",
"@semantic-release/release-notes-generator": "^9.0.2",
"@types/backbone": "^1.4.5",
"@types/jquery": "^3.5.16",
"@types/jquery.timepicker": "^0.3.29",
"@types/jqueryui": "^1.12.9",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"@vue/eslint-config-typescript": "^5.0.1",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-airbnb-typescript": "^6.3.0",
"eslint-config-prettier": "^6.13.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-vue": "^7.1.0",
"jquery": "link:@types/jquery",
"semantic-release": "^17.4.2",
"vue-eslint-parser": "^7.1.1",
"typescript": "^4.1.2"
},
"publishConfig": {
"access": "public"
},
"pnpm": {
"patchedDependencies": {
"@types/backbone@1.4.15": "patches/@types__backbone@1.4.15.patch"
}
}
}