-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
133 lines (133 loc) · 4.17 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "wh2o-vue",
"version": "0.1.0",
"private": true,
"author": "American Whitewater",
"scripts": {
"serve": "vue-cli-service serve --public https://rivers.americanwhitewater.localhost --port 8080",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"build:modern": "vue-cli-service build --modern",
"test:coverage": "vue-cli-service test:unit --coverage",
"snapshot:update": " vue-cli-service test:unit --updateSnapshot",
"watch-static": "vue-cli-service build --watch --no-clean",
"lint:js": "eslint './src/**/*.js' './src/**/*.vue' --fix",
"lint:scss": "stylelint './src/**/*.{scss, vue}' --syntax scss --fix"
},
"dependencies": {
"@apollo/client": "^3.2.1",
"@carbon/grid": "^10.43.1",
"@carbon/icons-vue": "^10.63.0",
"@carbon/vue": "^2.45.1",
"@mapbox/mapbox-gl-draw": "^1.1.2",
"@mapbox/mapbox-gl-draw-static-mode": "^1.0.1",
"@tinymce/tinymce-vue": "^3.2.8",
"@trpc/client": "^11.0.0-next-beta.264",
"@trpc/server": "^11.0.0-next-beta.264",
"@turf/along": "^6.0.1",
"@turf/bbox": "^6.0.1",
"@turf/bbox-polygon": "^6.0.1",
"@turf/boolean-point-in-polygon": "^6.0.1",
"@turf/boolean-point-on-line": "^6.0.1",
"@turf/buffer": "^5.1.5",
"@turf/helpers": "^6.1.4",
"@turf/length": "^6.0.2",
"@turf/line-intersect": "^6.0.2",
"@turf/line-slice": "^5.1.5",
"@turf/nearest-point-on-line": "^6.0.2",
"@turf/point-to-line-distance": "^6.0.0",
"@turf/polygon-to-line": "^6.0.3",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-context": "^1.0.20",
"apollo-upload-client": "^13.0.0",
"axios": "^0.21.2",
"carbon-components": "^10.58.5",
"chart.js": "^2.9.3",
"core-js": "^3.6.5",
"decimal.js": "^10.4.3",
"dotenv": "^10.0.0",
"geojson-rbush": "^3.1.2",
"graph-data-structure": "^1.12.0",
"graphql": "^15.3.0",
"jest-transform-graphql": "^2.1.0",
"lodash": "^4.17.20",
"maplibre-gl": "^1.15.3",
"marked": "^4.3.0",
"moment": "^2.29.4",
"nanoid": "^3.3.4",
"rbush-knn": "^3.0.1",
"register-service-worker": "^1.7.1",
"sass": "^1.53.0",
"screenfull": "^5.0.2",
"scroll-into-view-if-needed": "^2.2.24",
"tinymce": "^5.10.7",
"trpc-transformer": "^2.4.1",
"typescript": "^4.0.5",
"v-year-calendar": "^1.0.2",
"vue": "^2.6.11",
"vue-check-view": "^0.3.0",
"vue-gtag": "^1.6.2",
"vue-meta": "^2.3.3",
"vue-router": "^3.1.6",
"vue-sanitize": "^0.2.0",
"vue-social-sharing": "^2.4.7",
"vuex": "^3.5.1",
"wkx": "^0.5.0"
},
"devDependencies": {
"@sentry/browser": "^5.19.2",
"@sentry/integrations": "^5.21.0",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"@vue/cli-plugin-babel": "^4.5.19",
"@vue/cli-plugin-eslint": "^4.5.19",
"@vue/cli-plugin-pwa": "^4.5.19",
"@vue/cli-plugin-unit-jest": "^4.5.19",
"@vue/cli-service": "^4.5.19",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.0.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"eslint": "^6",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^7.0.0",
"flush-promises": "^1.0.2",
"graphql-tag": "^2.10.4",
"jest-transform-stub": "^2.0.0",
"lint-staged": "^10.2.4",
"prettier": "^2.0.5",
"sass-loader": "^8.0.2",
"stylelint": "^13.3.3",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.17.2",
"vue-apollo": "^3.0.3",
"vue-cli-plugin-apollo": "^0.22.2",
"vue-template-compiler": "^2.6.11",
"yorkie": "^2.0.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"engines": {
"node": "~14"
},
"gitHooks": {
"pre-commit": "lint-staged && npm run test:unit"
},
"homepage": "https://github.com/drewalth/wh2o-vue"
}