-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.07 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
{
"name": "vuxtras",
"version": "0.2.3",
"description": "A collection of Nuxt compatible Vue components and plugins",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/homerjam/vuxtras.git"
},
"keywords": [
"vue",
"nuxt",
"plugins",
"flickity",
"isotope",
"intersect",
"svg",
"morph",
"touch",
"wheel"
],
"author": "homerjam <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/homerjam/vuxtras/issues"
},
"homepage": "https://github.com/homerjam/vuxtras#readme",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.19.0",
"eslint-plugin-vue": "^7.5.0"
},
"dependencies": {
"es6-tween": "^5.5.11",
"flickity": "^2.2.2",
"hammerjs": "^2.0.8",
"hamsterjs": "^1.1.3",
"intersection-observer": "^0.12.0",
"isotope-layout": "^3.0.6",
"isotope-packery": "^2.0.1",
"polymorph-js": "^1.0.2",
"svg-path-reverse": "^1.2.1"
}
}