forked from sebastianjnuwu/acode-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.18 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
{
"name": "acode-theme-vscode",
"version": "1.1.1",
"type": "module",
"license": "Apache-2.0",
"author": "sebastianjnuwu <sebastianjnuwu@gmail.com>",
"scripts": {
"zip": "node .acode/build.js",
"build": "webpack",
"release": "webpack --mode production",
"lint": "eslint src --fix",
"prettier": "prettier --write ."
},
"dependencies": {
"html-tag-js": "^1.1.22"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.13",
"prettier": "^2.8.4",
"eslint": "^8.32.0",
"colors": "^1.4.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.18.10",
"babel-loader": "^9.1.0",
"jszip": "^3.10.1",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.0"
},
"browserslist": [
"> 0.25%, not dead"
],
"resolutions": {
"terser": ">=5.14.2 ",
"glob-parent": ">=5.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/sebastianjnuwu/acode-plugins"
},
"bugs": {
"url": "https://github.com/sebastianjnuwu/acode-plugins/issues"
}
}