-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.08 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.08 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
{
"name": "acode-plugin-modded",
"version": "1.0.0",
"description": "Debug with color , build with compressed",
"main": "dist/main.js",
"scripts": {
"dev": "node .devServer/start-dev",
"build": "webpack && node .devServer/pack-zip.js",
"build-release": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sou6900/Acode_Template.git"
},
"author": "Sourav Chand",
"license": "MIT",
"bugs": {
"url": "null"
},
"homepage": "https://github.com/Sou6900/Acode_Template/blob/main/readme.md",
"dependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@types/ace": "^0.0.50",
"babel-loader": "^9.1.0",
"css-loader": "^7.1.2",
"style-loader": "^4.0.0",
"css-minimizer-webpack-plugin": "^7.0.0",
"html-tag-js": "^2.0.4",
"ip": "^2.0.1",
"jszip": "^3.10.1",
"live-server": "^1.2.2",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}