forked from ramp4-pcar4/ramp4-pcar4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
131 lines (131 loc) · 4.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
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
{
"name": "ramp-pcar",
"version": "4.10.0-beta",
"description": "RAMP4 - The Reusable Accessible Mapping Platform, is a Javascript based web mapping platform that provides a reusable, responsive and WCAG 2.1 AA compliant common viewer for the Government of Canada. ",
"type": "module",
"module": "./dist/ramp.bundle.es.js",
"browser": "./dist/esDynamic/ramp.js",
"style": "./dist/esDynamic/ramp.css",
"types": "./dist/ts/main.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"dev-http": "vite --https=false",
"launch": "vite --no-open",
"build": "rm -rf dist && run-p -c -s build:* ts:generate",
"postbuild": "(rm dist/bad.css || true) && cp -a public/. dist/",
"build:npm": "vite build --mode npm",
"build:esDynamic": "vite build --mode esDynamic",
"build:inline": "vite build --mode inline",
"build:demos": "vite build --mode demos",
"preview": "vite preview --port 5050",
"test:e2e": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress open'",
"test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'",
"test:unit": "cypress open-ct",
"test:unit:ci": "cypress run-ct --quiet --reporter spec",
"ts:check": "vue-tsc --build --force",
"ts:generate": "vue-tsc --declaration --emitDeclarationOnly || true",
"ts-docs:generate": "npx typedoc --skipErrorChecking",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
"lint:check": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
"format": "prettier . --write",
"format:check": "prettier . -c",
"vite-docs:generate": "npx vitepress build docs"
},
"dependencies": {
"@ag-grid-community/locale": "~32.0.0",
"@arcgis/core": "4.30.9",
"@popperjs/core": "^2.11.6",
"@ramp4-pcar4/vue3-treeselect": "github:ramp4-pcar4/vue3-treeselect#v1.0.0",
"@vueform/toggle": "^2.1.3",
"ag-grid-community": "^27.3.0",
"ag-grid-vue3": "^27.3.0",
"animejs": "~3.2.0",
"await-to-js": "^3.0.0",
"csv2geojson": "^5.1.2",
"deepmerge": "^4.3.0",
"fabric": "^5.3.0",
"fast-xml-parser": "^4.2.4",
"file-saver": "~2.0.5",
"flatgeobuf": "^3.33.0",
"jszip": "^3.10.1",
"linkify-html": "^4.1.0",
"lodash.clonedeep": "^4.5.0",
"marked": "^4.0.10",
"pinia": "^2.1.7",
"popper-max-size-modifier": "^0.2.0",
"proj4": "^2.12.1",
"redaxios": "^0.5.1",
"screenfull": "~5.0.2",
"shpjs": "^4.0.2",
"svg.js": "2.7.1",
"terraformer": "^1.0.12",
"terraformer-arcgis-parser": "1.1.0",
"throttle-debounce": "~3.0.1",
"tiny-emitter": "^2.1.0",
"tippy.js": "^6.3.7",
"vue": "^3.5.9",
"vue-accessible-color-picker": "4.1.4",
"vue-i18n": "^9.13.1",
"vue-slider-component": "^4.1.0-beta.7",
"vue-tippy": "^6.4.4",
"vuedraggable": "next"
},
"engines": {
"node": "=22.5.1"
},
"overrides": {
"minimist": ">=1.2.6",
"glob-parent": ">=5.1.3",
"node-forge": ">=1.2.2",
"nth-check": ">=2.0.1",
"markdown-it": ">=12.3.2",
"highlight.js": ">10.4.0"
},
"devDependencies": {
"@cypress/vite-dev-server": "^2.2.2",
"@cypress/vue": "^3.1.1",
"@rushstack/eslint-patch": "^1.2.0",
"@tailwindcss/forms": "^0.5.9",
"@tsconfig/node22": "^22.0.0",
"@types/animejs": "~3.1.0",
"@types/clone-deep": "~4.0.1",
"@types/debounce": "^1.2.0",
"@types/fabric": "^4.2.2",
"@types/file-saver": "~2.0.1",
"@types/geojson": "^1.0.0",
"@types/jest": "^24.0.19",
"@types/lodash": "^4.14.149",
"@types/lodash.clonedeep": "^4.5.7",
"@types/marked": "^4.0.1",
"@types/node": "^20.14.9",
"@types/proj4": "^2.5.2",
"@types/throttle-debounce": "~2.1.0",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"cypress": "^13.16.0",
"cypress-plugin-tab": "~1.0.5",
"d3-dsv": "^3.0.1",
"eslint": "^8.56.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-vue": "^9.27.0",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"prettier": "^3.3.2",
"sass": "^1.50.0",
"start-server-and-test": "^2.0.8",
"tailwindcss": "^3.4.11",
"typedoc": "^0.26.3",
"typescript": "^5.5.3",
"vite": "^5.4.5",
"vite-plugin-mkcert": "^1.17.5",
"vitepress": "^1.0.0-beta.1",
"vue-tsc": "^2.1.6"
}
}