forked from alfg/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.89 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
{
"name": "opendrinks",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build && npm run sitemap",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"format": "prettier --config .prettierrc \"./**/*.{vue,js}\" --write",
"function-build": "netlify-lambda build .netlify/functions-src -c .netlify/webpack.functions.js",
"function-serve": "netlify-lambda serve .netlify/functions-src -c .netlify/webpack.functions.js",
"sitemap": "node scripts/sitemap_generator.js",
"test": "npm run validate && npm run test:unit",
"validate": "node scripts/validate_recipes.js"
},
"dependencies": {
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.1",
"core-js": "^3.4.3",
"netlify-lambda": "^1.6.3",
"register-service-worker": "^1.6.2",
"vue": "^2.6.10",
"vue-meta": "^2.4.0",
"vue-router": "^3.0.3",
"vue-social-sharing": "^3.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.1",
"@vue/cli-plugin-eslint": "^4.1.1",
"@vue/cli-plugin-pwa": "^4.1.1",
"@vue/cli-plugin-unit-jest": "^4.1.1",
"@vue/cli-service": "^4.1.1",
"@vue/eslint-config-airbnb": "^4.0.0",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"ajv": "^6.10.2",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-plugin-require-context-hook": "^1.0.0",
"eslint": "^6.5.1",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^5.2.3",
"prettier": "^1.18.2",
"sitemap": "^5.0.1",
"vue-template-compiler": "^2.6.10"
},
"bugs": {
"url": "https://github.com/alfg/opendrinks/issues"
},
"engines": {
"node": "10.16.3"
},
"homepage": "https://github.com/alfg/opendrinks",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/alfg/opendrinks.git"
}
}