forked from ramp4-pcar4/story-ramp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.25 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
{
"name": "ramp-storylines_demo-scenarios-pcar",
"description": "A user-configurable story product featuring interactive maps, charts and dynamic multimedia content alongside text.",
"version": "3.1.7",
"private": false,
"license": "MIT",
"repository": "https://github.com/ramp4-pcar4/story-ramp",
"bugs": "https://github.com/ramp4-pcar4/story-ramp/issues",
"scripts": {
"dev": "vite",
"serve": "vite previvew",
"build": "vite build",
"build-plugin": "vite build --mode plugin",
"lint": "vite lint"
},
"main": "dist/storylines-viewer.umd.js",
"files": [
"dist"
],
"dependencies": {
"@rollup/plugin-dsv": "^3.0.4",
"@tailwindcss/typography": "^0.4.0",
"@types/highcharts": "^7.0.0",
"core-js": "^3.6.5",
"highcharts": "^9.3.2",
"highcharts-vue": "^1.4.3",
"intersection-observer": "^0.12.2",
"jszip": "^3.10.1",
"markdown-it": "^12.0.6",
"nouislider": "^15.5.0",
"ramp-pcar": "^4.6.0",
"vite": "^5.2.9",
"vue": "^3.3.4",
"vue-class-component": "^8.0.0-rc.1",
"vue-fullscreen": "^3.1.1",
"vue-i18n": "^9.2.2",
"vue-papa-parse": "^3.1.0",
"vue-property-decorator": "^10.0.0-rc.2",
"vue-router": "^4.2.4",
"vue-tippy": "^6.3.1",
"vue3-carousel": "^0.3.1",
"vue3-scrollama": "^0.2.2",
"vue3-spinners": "^1.2.2"
},
"devDependencies": {
"@types/markdown-it": "^12.0.1",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.3.4",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"autoprefixer": "^9.8.6",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"postcss": "^7.0.35",
"prettier": "^2.2.1",
"sass": "^1.32.11",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.2",
"typescript": "~4.1.5",
"vite-plugin-static-copy": "^1.0.5",
"vue-eslint-parser": "^9.3.1",
"vue-loader": "^17.2.2"
}
}