-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
36
37
38
39
{
"name": "mbido",
"version": "3.0.3",
"description": "mbido",
"main": "index.js",
"scripts": {
"start": "rollup -c -w",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cyberpull/mbido.git"
},
"keywords": [
"mbido"
],
"author": "Christian Ezeani",
"license": "MIT",
"bugs": {
"url": "https://github.com/Cyberpull/mbido/issues"
},
"homepage": "https://github.com/Cyberpull/mbido#readme",
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-external-helpers": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@types/clean-css": "^4.2.11",
"clean-css": "^5.3.3",
"postcss": "^8.4.41",
"rollup": "^4.20.0",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.83.1"
}
}