-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "@ossph/v-animate-css",
"version": "2.0.0",
"description": "Animate CSS for Vue.js 3",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && webpack --progress --hide-modules",
"build:win": "del /f dist && webpack --progress --hide-modules",
"lint": "eslint --fix ./src"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"scrollmonitor": "^1.2.4"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^8.0.1",
"eslint-config-semistandard": "^17.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.7.0",
"webpack": "^3.5.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OSSPhilippines/v-animate-css.git"
},
"keywords": [
"vue",
"vuejs",
"animate",
"animationcss",
"animate-css"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/OSSPhilippines/v-animate-css/issues"
},
"homepage": "https://github.com/OSSPhilippines/v-animate-css#readme"
}