forked from ramp4-pcar4/ramp4-pcar4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 3.35 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
{
"name": "ramp",
"version": "4.0.0-alpha",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"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",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier . --write"
},
"dependencies": {
"@arcgis/core": "4.22.2",
"@braid/vue-formulate": "~2.5.2",
"@ecgc/vue-slider-component": "4.0.0-beta.7",
"@popperjs/core": "~2.9.2",
"@vueform/toggle": "2.0.0",
"ag-grid-community": "^27.0.0",
"ag-grid-vue3": "^27.0.0",
"animejs": "~3.2.0",
"await-to-js": "^3.0.0",
"axios": "0.21.2",
"csv2geojson": "5.1.1",
"deepmerge": "~4.2.2",
"fabric": "^4.3.1",
"fast-xml-parser": "~3.19.0",
"file-saver": "~2.0.5",
"linkify-html": "~3.0.4",
"linkifyjs": "~3.0.4",
"marked": "^4.0.10",
"pinia": "^2.0.13",
"proj4": "2.6.0",
"screenfull": "~5.0.2",
"svg.js": "2.7.1",
"terraformer": "1.0.9",
"terraformer-arcgis-parser": "1.1.0",
"throttle-debounce": "~3.0.1",
"tiny-emitter": "^2.1.0",
"tippy.js": "next",
"vue": "^3.2.31",
"vue-i18n": "^9.1.7",
"vue-tippy": "next",
"vuedraggable": "next",
"vuex": "^4.0.0",
"vuex-pathify": "1.4.5"
},
"engines": {
"node": ">=16.14.2"
},
"overrides": {
"[email protected]": {
"vuex": "^4.0.0",
"vue-class-component": "8.0.0-rc.1",
"vue": "$vue"
}
},
"devDependencies": {
"@cypress/vite-dev-server": "^2.2.2",
"@cypress/vue": "^3.1.1",
"@rushstack/eslint-patch": "^1.1.0",
"@tailwindcss/forms": "^0.5.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/marked": "^4.0.1",
"@types/node": "^16.11.26",
"@types/proj4": "2.5.0",
"@types/throttle-debounce": "~2.1.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.4",
"cypress": "^9.5.3",
"cypress-plugin-tab": "~1.0.5",
"d3-dsv": "^3.0.1",
"eslint": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^8.2.0",
"postcss": "^8.4.12",
"postcss-import": "^14.1.0",
"prettier": "^2.5.1",
"sass": "^1.50.0",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.0.23",
"typedoc": "^0.22.14",
"typescript": "~4.6.3",
"vite": "^2.9.1",
"vue-tsc": "^0.33.9",
"vuepress": "~1.8.2"
}
}