-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
49 lines (49 loc) · 1.32 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
{
"name": "memegen",
"version": "1.0.0",
"description": "Generates meme image.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js --progress"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/xfgryujk/memegen.git"
},
"keywords": [
"image-processing"
],
"author": "xfgryujk",
"license": "MIT",
"bugs": {
"url": "https://github.com/xfgryujk/memegen/issues"
},
"homepage": "https://xfgryujk.github.io/memegen",
"devDependencies": {
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.2.0",
"standard": "^11.0.1",
"style-loader": "^0.20.3",
"vue-html-loader": "^1.2.4",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"axios": "^0.18.0",
"bootstrap-vue": "^2.0.0-rc.6",
"downloadjs": "^1.4.7",
"gif.js.optimized": "^1.0.1",
"omggif": "^1.0.9",
"vue": "^2.5.16",
"vue-router": "^3.0.1"
}
}