This repository has been archived by the owner on May 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.52 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
{
"name": "wapps",
"version": "0.1.0",
"description": "Reusable Wagtail apps",
"author": "API Hackers",
"license": "MIT",
"main": "index.js",
"files": [
"js",
"scss"
],
"scripts": {
"lint": "eslint --ext js,vue js/**"
},
"repository": {
"type": "git",
"url": "https://github.com/apihackers/wapps.git"
},
"keywords": [
"wagtail"
],
"dependencies": {
"animate.css": "^3.5.2",
"baguettebox.js": "^1.8.1",
"bootstrap-sass": "^3.3.7",
"font-awesome": "^4.7.0",
"include-media": "^1.4.9",
"slideout": "^1.0.1",
"velocity-animate": "^1.4.0",
"vue": "^2.2.4",
"vue-awesome-swiper": "^2.3.8",
"vue-template-compiler": "^2.2.4",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-runtime": "^6.0.0",
"css-loader": "^0.26.1",
"eslint": "^4.10.0",
"eslint-plugin-vue": "^3.13.1",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.9.0",
"image-webpack-loader": "^2.0.0",
"imports-loader": "^0.7.0",
"json-loader": "^0.5.4",
"node-sass": "^4.5.0",
"postcss-loader": "^1.3.3",
"postcss-object-fit-images": "^1.1.2",
"sass-loader": "^6.0.3",
"style-loader": "^0.13.1",
"vue-eslint-parser": "^1.0.0",
"vue-loader": "^11.1.4",
"vue-style-loader": "^2.0.4",
"webpack": "^2.2.1"
}
}