-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1015 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1015 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
29
30
31
32
33
34
35
36
{
"name": "sweetplasma-plugin",
"version": "1.1.2",
"description": "SweetPlasma theme plugin for Acode",
"main": "src/main.js",
"repository": "https://github.com/bajrangCoder/SweetPlasma",
"author": "Raunak Raj",
"license": "MIT",
"dependencies": {
"acode-plugin-types": "^1.11.7-patch.2",
"html-tag-js": "^2.4.16"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"autoprefixer": "^10.4.21",
"babel-loader": "^10.0.0",
"jszip": "^3.10.1",
"live-server": "^1.2.2",
"postcss": "^8.5.6",
"postcss-loader": "^8.2.0",
"raw-loader": "^4.0.2",
"sass": "^1.93.2",
"sass-loader": "^16.0.6",
"webpack": "^5.101.3",
"webpack-cli": "^6.0.1"
},
"scripts": {
"build": "webpack --mode production",
"build:watch": "webpack --mode development --watch",
"dev": "node .vscode/start-dev.js",
"pack": "node pack-zip.js"
},
"browserslist": "cover 100%,not android < 5"
}