-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 957 Bytes
/
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
{
"name": "one",
"version": "1.0.0",
"main": "",
"author": "Fernando Serboncini <fserb@fserb.com.br>",
"license": "MIT",
"type": "module",
"dependencies": {
"@babel/core": "^7.18.6",
"@babel/parser": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/register": "^7.18.6",
"@babel/traverse": "^7.18.6",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-strip": "^2.1.0",
"core-js": "^3.23.3",
"lzma": "^2.3.2",
"nunjucks": "^3.2.3",
"planck": "^1.0.0-alpha.4",
"puppeteer-core": "^15.3.0",
"regpack": "^5.0.1",
"rollup": "^2.75.7",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-ignore": "^1.0.10",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-terser": "^7.0.2",
"sharp": "^0.30.7"
}
}