-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 981 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
{
"name": "@presenta/module-toast",
"version": "1.0.5",
"description": "",
"main": "index.js",
"unpkg": "dist/presenta-module-toast.min.js",
"module": "dist/presenta-module-toast.min.js",
"scripts": {
"start": "rollup -c --watch",
"bump": "npm run build && git add -u && git commit -m \"bump release\" && npm version patch && git push && npm publish",
"test": "browser-sync start -s -f \"dist/*, test/*\" --startPath test",
"build": "rollup -c"
},
"author": "",
"license": "BSD-3-Clause",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^13.0.2",
"@rollup/plugin-node-resolve": "^8.4.0",
"autoprefixer": "^9.8.0",
"cssnano": "^4.1.10",
"node-sass": "^4.14.1",
"rollup": "^2.34.2",
"rollup-plugin-postcss": "^3.1.2",
"rollup-plugin-terser": "^7.0.2",
"standard": "^14.3.4"
},
"dependencies": {}
}