-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
28 lines (28 loc) · 860 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
{
"name": "tall-toasts",
"author": "John F (#usernotnull)",
"license": "MIT",
"scripts": {
"build": "npx rollup -c",
"watch": "npx rollup -c -w"
},
"devDependencies": {
"@babel/core": "^7.26",
"@babel/preset-env": "^7.26",
"@babel/plugin-proposal-object-rest-spread": "^7.20",
"@rollup/plugin-alias": "^5.1",
"@rollup/plugin-node-resolve": "^15.3",
"@rollup/plugin-alias": "^5.1",
"@rollup/plugin-commonjs": "^25.0",
"@rollup/plugin-babel": "^6.0",
"core-js": "^3.39",
"fs-extra": "^11.2",
"get-value": "^3.0",
"md5": "^2.3",
"rollup": "^2.79",
"rollup-plugin-filesize": "^10.0",
"rollup-plugin-output-manifest": "^2.0",
"rollup-plugin-terser": "^7.0",
"whatwg-fetch": "^3.6"
}
}