-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.6 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "deltares-ast-2-0",
"private": true,
"version": "1.0.0",
"description": "Adaptation Support Tool 2.0",
"author": "De Voorhoede (https://www.voorhoede.nl)",
"homepage": "https://github.com/voorhoede/deltares-ast-2-0#readme",
"repository": {
"type": "git",
"url": "https://github.com/voorhoede/deltares-ast-2-0"
},
"browserslist": [
"last 3 versions",
"ie 11"
],
"scripts": {
"analyze": "nuxt build --analyze",
"prebuild": "touch ./.env && rimraf dist/ && npm run data && npm rebuild node-sass",
"build": "cross-env NODE_ENV=production run-s build:*",
"build:client": "nuxt generate",
"nobuild:guide": "build-storybook -c config/storybook -o dist/client/guide/",
"predata": "rimraf src/client/static/data/ src/client/static/_redirects",
"data": "node ./config/data/_dump-dato.js",
"postdata": "node ./config/data/_create-redirects.js && node ./config/data/_build-messages.js & node ./config/data/_fill-missing-content.js",
"predev": "rimraf dist/ && npm run data",
"dev": "netlify dev --port 5326 ",
"start": "nuxt",
"guide": "start-storybook -p 5327 -c config/storybook -s src/client/static/",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "npm run lint -- --fix",
"precommit": "npm run lint",
"proxy": "ngrok http 5326",
"nostart": "run-p start:dist",
"start:dist": "http-server './dist/client/' -c-1 -o -p 5326 --proxy 'http://localhost:9000/'",
"new-component": "node ./_scripts/new-component/index.js --component",
"postinstall": "patch-package"
},
"dependencies": {
"@mapbox/mapbox-gl-draw": "1.0.9",
"@mapbox/mapbox-gl-geocoder": "^2.3.0",
"@nuxtjs/proxy": "1.2.4",
"@nuxtjs/pwa": "2.5.0",
"@nuxtjs/sitemap": "0.1.1",
"@turf/area": "^6.0.1",
"@turf/bbox": "6.0.1",
"@turf/length": "6.0.2",
"dotenv": "6.0.0",
"dotenv-safe": "6.0.0",
"file-saver": "2.0.0-rc.3",
"fscreen": "1.0.2",
"jsonschema": "1.2.4",
"mapbox-gl": "1.12.0",
"material-design-icons-iconfont": "5.0.1",
"netlify-cli": "2.54.0",
"netlify-identity-widget": "1.5.5",
"node-sass": "4.14.1",
"normalize.css": "8.0.0",
"nuxt": "1.4.2",
"nuxt-i18n": "^5.12.7",
"playwright-aws-lambda": "^0.9.0",
"playwright-core": "^1.28.1",
"portal-vue": "^2.1.6",
"query-string": "6.1.0",
"sass-loader": "7.1.0",
"typeface-roboto": "0.0.54",
"unfetch": "3.1.1",
"vue": "2.6.11",
"vue-carousel": "^0.14.0",
"vue-material": "1.0.0-beta-14",
"vue-meta": "^2.4.0",
"vue-template-compiler": "2.6.11",
"vue-touch-keyboard": "^0.3.0",
"vuex-map-fields": "^1.3.0"
},
"devDependencies": {
"@storybook/addon-actions": "3.4.10",
"@storybook/addon-knobs": "3.4.10",
"@storybook/addon-links": "3.4.10",
"@storybook/addon-options": "3.4.10",
"@storybook/vue": "3.4.10",
"autoprefixer": "9.1.3",
"babel-eslint": "9.0.0",
"cross-env": "5.2.0",
"eslint": "^7.6.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^6.2.2",
"glob": "7.1.3",
"http-server": "0.11.1",
"husky": "0.14.3",
"lodash": "4.17.19",
"mkdirp": "0.5.1",
"netlify-lambda": "0.4.0",
"node-fetch": "2.6.1",
"npm-run-all": "4.1.3",
"patch-package": "^6.2.2",
"postcss-custom-properties": "7.0.0",
"postcss-import": "12.0.0",
"request": "2.88.0",
"request-promise-native": "1.0.5",
"rimraf": "2.6.2",
"storybook-readme": "3.3.0",
"vue-svg-loader": "0.8.0"
},
"optionalDependencies": {
"playwright-chromium": "^1.28.1"
}
}