-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 846 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
{
"name": "test",
"version": "1.0.2",
"main": "index.js",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@rollup/plugin-babel": "^5.1.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"babel-plugin-macros": "^2.8.0",
"html-minifier": "^4.0.0",
"ms.macro": "^2.0.0",
"rollup": "^2.21.0",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-livereload": "^1.3.0",
"rollup-plugin-postcss": "^3.1.3",
"rollup-plugin-serve": "^1.0.2",
"rollup-plugin-terser": "^6.1.0",
"typescript": "^3.9.6"
},
"scripts": {
"dev": "rollup -cw",
"prod": "rollup -c"
}
}