-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
executable file
·51 lines (51 loc) · 1.53 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
{
"name": "vue-medialibrary",
"version": "1.0.11",
"description": "A Vue component for the mdixon18/media-library",
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server --config docs/webpack.config.js",
"demo": "NODE_ENV=production webpack --config docs/webpack.config.js",
"build": "rm -rf dist && NODE_ENV=production webpack",
"lint": "eslint --ext .js,.vue --fix src __tests__; exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/mdixon18/vue-medialibrary.git"
},
"keywords": [],
"author": "Matthew Dixon",
"license": "MIT",
"bugs": {
"url": "https://github.com/mdixon18/vue-medialibrary/issues"
},
"homepage": "https://github.com/mdixon18/vue-medialibrary",
"peerDependencies": {
"vue": "^2.5.17"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.18",
"@fortawesome/free-solid-svg-icons": "^5.8.2",
"@fortawesome/vue-fontawesome": "^0.1.6",
"axios": "^0.18",
"vue-infinite-loading": "^2.4.4",
"vue-toasted": "^1.1.27"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.4.0",
"css-loader": "^0.28.1",
"eslint": "^3.7.1",
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"vue": "^2.3.0",
"vue-loader": "^12.0.3",
"vue-template-compiler": "^2.3.0",
"webpack": "^3.12.0",
"webpack-merge": "^4.1.0",
"js-yaml": ">=3.13.1"
}
}