-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.36 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
{
"name": "shiki-decorators",
"title": "Shikimori Decorators",
"version": "1.0.1",
"main": "index.js",
"author": "morr",
"license": "MIT",
"homepage": "https://github.com/shikimori/shiki-decorators",
"repository": {
"type": "git",
"url": "git+https://github.com/shikimori/shiki-decoratos.git"
},
"scripts": {
"lint": "eslint .",
"test": "mocha-webpack --opts mocha-webpack.opts",
"release": "release-it"
},
"dependencies": {
"bind-decorator": "1.0.11",
"memoize-decorator": "^1.0.2"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.8.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/preset-env": "^7.7.4",
"babel-eslint": "11.0.0-beta.2",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"eslint": "^7.8.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-import-resolver-webpack": "^0.12.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-vue": "^6.2.2",
"mocha": "^7.2.0",
"mocha-webpack": "^2.0.0-beta.0",
"release-it": "^14.2.1",
"webpack": "^4.44.1"
},
"postcss": {
"plugins": {
"autoprefixer": {},
"postcss-easings": {}
}
},
"release-it": {
"github": {
"release": true
}
}
}