-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.03 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
{
"name": "acode-plugin-template",
"version": "1.0.0",
"description": "Latest Plugin Template For Acode",
"main": "dist/main.js",
"scripts": {
"start-dev": "node .devServer/start-dev",
"build": "webpack && node .devServer/pack-zip.js",
"build-release": "webpack --mode production && node pack-zip.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bajrangCoders/acode-plugin-template.git"
},
"author": "Raunak Raj",
"license": "MIT",
"bugs": {
"url": "https://github.com/bajrangCoders/acode-plugin-template/issues"
},
"homepage": "https://github.com/bajrangCoders/acode-plugin-template#readme",
"dependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.0",
"@types/ace": "^0.0.50",
"ip": "^1.1.8",
"jszip": "^3.10.1",
"live-server": "^1.2.2",
"html-tag-js": "^1.1.22",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}