-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.86 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.86 KB
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
62
63
{
"name": "Velotheek",
"version": "3.0.0",
"description": "Velotheek",
"author": "Maarten Lauwaert AKA PMCP",
"private": true,
"scripts": {
"postinstall": "netlify-lambda install",
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/pmcp/velotheek-v3.git"
},
"license": "MIT",
"dependencies": {
"@braid/vue-formulate": "^2.5.2",
"@mapbox/mapbox-gl-geocoder": "^4.7.2",
"@netlify/functions": "^1.0.0",
"@nuxt/content": "^1.14.0",
"@nuxtjs/markdownit": "^2.0.0",
"@tailwindcss/typography": "^0.4.1",
"axios": "^0.21.1",
"cross-env": "^5.2.1",
"date-fns": "^2.23.0",
"google-spreadsheet": "^3.1.15",
"mailgun.js": "^5.2.2",
"mapbox-gl": "^2.3.1",
"netlify-identity-widget": "^1.9.1",
"nice-try": "^3.0.1",
"node-fetch": "^2.6.1",
"nuxt": "^2.15.7",
"nuxt-highcharts": "^1.0.7",
"repeat-string": "^1.6.1",
"snapdragon-node": "^3.0.0",
"v-calendar": "^2.3.1"
},
"devDependencies": {
"@nuxt/image": "^0.6.0",
"@nuxtjs/color-mode": "^2.0.10",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/svg": "^0.1.12",
"@nuxtjs/tailwindcss": "^4.2.1",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"netlify-cli": "^3.39.4",
"netlify-lambda": "^1.6.3",
"nodemon": "^1.11.0",
"nuxt-purgecss": "^1.0.0",
"postcss": "^8.3.5",
"postcss-easing-gradients": "^3.0.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.2",
"vue-content-placeholders": "^0.2.1"
}
}