This repository has been archived by the owner on Jul 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.4 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "fh-components",
"version": "1.4.15",
"description": "Reusable Vuepress components.",
"main": "index.js",
"scripts": {
"build": "webpack -p --progress --colors",
"dev": "webpack --progress --colors --watch",
"test": "mocha test/index.js",
"prepare": "npm run build",
"format": "prettier --write '+(src|test)/**/*+(.js|.vue|.scss)'",
"precommit": "pretty-quick --staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funkhaus/fh-components.git"
},
"babel": {
"presets": [
"env",
"stage-0"
],
"plugins": [
"transform-runtime"
]
},
"prettier": {
"tabWidth": 4,
"semi": false,
"singleQuote": true
},
"keywords": [
"Vue",
"vuepress",
"Funkhaus"
],
"author": "Funkhaus",
"license": "ISC",
"bugs": {
"url": "https://github.com/funkhaus/fh-components/issues"
},
"homepage": "https://github.com/funkhaus/fh-components#readme",
"dependencies": {
"@vimeo/player": "^2.2.1",
"fetch-jsonp": "^1.1.3",
"fit-to-parent": "^1.3.4",
"fitvids": "^2.0.0",
"hammerjs": "^2.0.8",
"imagesloaded": "^4.1.3",
"js-cookie": "^2.2.0",
"lodash": "^4.17.5",
"popmotion": "^8.4.1",
"scroll-to-element": "^2.0.0",
"velocity-animate": "^1.5.1",
"vue": "^2.5.3"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.10",
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"backstopjs": "^3.8.4",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"husky": "^0.14.3",
"jsdom": "^11.5.1",
"jsdom-global": "^3.0.2",
"mocha": "^5.0.4",
"node-sass": "^4.5.3",
"prettier": "^1.14.2",
"pretty-quick": "^1.4.1",
"sass-loader": "^6.0.6",
"svg-inline-loader": "^0.8.0",
"url-loader": "^0.6.2",
"vue-loader": "^13.4.0",
"vue-template-compiler": "^2.5.3",
"webpack": "3.11.0",
"webpack-node-externals": "^1.6.0"
}
}