-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1000 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
37
38
{
"name": "@enso-ui/transitions",
"version": "2.0.11",
"description": "A collection of Vue transitions",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enso-ui/transitions.git"
},
"keywords": [
"transitions",
"vue"
],
"author": "Adrian Ocneanu <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/enso-ui/transitions/issues"
},
"homepage": "https://github.com/enso-ui/transitions#readme",
"dependencies": {
"animate.css": "^4.0.0",
"vue": "^3.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "5.0.0-beta.6",
"@vue/cli-plugin-eslint": "5.0.0-beta.6",
"@vue/eslint-config-airbnb": "^5.0.0",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.1",
"cross-env": "^6.0.0",
"eslint": "^7.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-vue": "^8.0.3"
}
}