-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.56 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
{
"name": "recipemug",
"version": "0.5.0",
"description": "recipe mug webapp",
"author": "",
"homepage": "https://github.com/Guardiadelcastro/RecipeMug#readme",
"keywords": [],
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Guardiadelcastro/RecipeMug.git"
},
"scripts": {
"build": "webpack --mode production",
"dev": "webpack-dev-server --mode development",
"test": "jest",
"lint": "eslint --ext .js,.vue ./",
"clean:all": "rm -rf node_modules package-lock.json .cache dist build",
"clean:cache": "rm -rf .cache dist build"
},
"dependencies": {
"axios": "^0.19.0",
"jwt-decode": "^2.2.0",
"nprogress": "^0.2.0",
"vue": "^2.6.10",
"vue-router": "^3.0.6",
"vuelidate": "^0.7.4",
"vuex": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@vue/component-compiler-utils": "^2.6.0",
"autoprefixer": "^9.6.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"babel-preset-vue": "^2.0.2",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"eslint": "^5.16.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-jest": "^22.6.4",
"eslint-plugin-vue": "^5.2.2",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.8.0",
"postcss": "^7.0.16",
"postcss-loader": "^3.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-loader": "^15.6.4",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.5.1"
},
"bugs": {
"url": "https://github.com/Guardiadelcastro/RecipeMug/issues"
}
}