-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1020 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
32
33
34
35
36
{
"name": "@mountable/ripples",
"version": "0.0.17",
"description": "Ripple effect - Provides an «ink ripple» like effect to an interacted element.",
"repository": {
"type": "git",
"url": "git+https://github.com/mountable/ripples.git"
},
"author": "Kenneth Aamås (https://github.com/knekki)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mountable/ripples/issues"
},
"homepage": "https://github.com/mountable/ripples#readme",
"files": [
"dist/*.js",
"src"
],
"main": "src/index.js",
"scripts": {
"build": "vue-cli-service build --no-clean",
"build:min": "webpack --config webpack.config.js"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.5.0",
"@vue/cli-service": "^3.5.0",
"babel-minify-webpack-plugin": "^0.3.1",
"clean-webpack-plugin": "^2.0.1",
"fibers": "^3.1.1",
"sass": "^1.17.2",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
}
}