generated from Acode-Foundation/acode-plugin
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 795 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 795 Bytes
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
{
"name": "acode-plugin-snippets",
"version": "1.2.7",
"description": "Snippets plugin for Acode",
"main": "dist/main.js",
"repository": "https://github.com/deadlyjack/acode-plugin-snippets.git",
"author": "Ajit <me@ajitkumar.dev>",
"license": "MIT",
"dependencies": {
"@deadlyjack/ajax": "^1.2.3"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"babel-loader": "^9.1.2",
"jszip": "^3.10.1",
"live-server": "^1.2.2",
"raw-loader": "^4.0.2",
"webpack": "^5.76.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "webpack",
"start-dev": "node .vscode/start-dev",
"build-release": "webpack --mode production"
},
"browserslist": "cover 100%,not android < 5"
}