-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.2 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
40
{
"name": "hivemind-widget",
"version": "1.4.16",
"description": "Web component widget for hivemind",
"author": "Irfan Vigma Taufik",
"email": "[email protected]",
"url": "https://davigmacode.github.io/hivemind-widget",
"license": "MIT",
"main": "./dist/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "npm run build",
"build": "rimraf dist && cross-env NODE_ENV=production rollup -c",
"dev": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "https://github.com/davigmacode/hivemind-widget.git"
},
"devDependencies": {
"axios": "^0.16.2",
"cross-env": "^5.0.5",
"document-register-element": "^1.7.0",
"rimraf": "^2.6.1",
"rollup": "^0.50.0",
"rollup-plugin-alias": "^1.3.1",
"rollup-plugin-buble": "^0.16.0",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-gzip": "^1.0.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^2.0.1",
"rollup-plugin-vue": "^2.3.1",
"rollup-watch": "^4.3.1",
"vue": "^2.2.6",
"vue-custom-element": "^1.1.0",
"vuetrend": "^0.2.3"
}
}