-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.52 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "vue-floating-alert",
"version": "1.0.5",
"description": "A floating alert for vue2+ projects",
"main": "dist/index.js",
"scripts": {
"build": "npm t && webpack --config ./build/webpack.prod.config.js --progress --hide-modules",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ericmdantas/vue-floating-alert.git"
},
"dependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.4",
"css-loader": "^1.0.1",
"file-loader": "^0.9.0",
"jest": "^23.6.0",
"jest-serializer-vue": "^2.0.2",
"mini-css-extract-plugin": "^0.4.5",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"sass-loader": "^7.1.0",
"ubus": "^1.0.9",
"vue": "^2.2.10",
"vue-hot-reload-api": "^2.0.8",
"vue-jest": "^3.0.1",
"vue-loader": "^15.0.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.2.6",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.1.4"
},
"keywords": [
"vue",
"floating",
"alert"
],
"author": "Eric Mendes Dantas",
"license": "MIT",
"bugs": {
"url": "https://github.com/ericmdantas/vue-floating-alert/issues"
},
"homepage": "https://github.com/ericmdantas/vue-floating-alert#readme",
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.29",
"babel-jest": "^23.6.0",
"uglifyjs-webpack-plugin": "^2.1.2"
}
}