-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
68 lines (68 loc) · 2.29 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
{
"name": "ramp-storylines_demo-scenarios-pcar",
"description": "A user-configurable story product featuring interactive maps, charts and dynamic multimedia content alongside text.",
"version": "3.2.9",
"private": false,
"license": "MIT",
"type": "module",
"repository": "https://github.com/ramp4-pcar4/story-ramp",
"bugs": "https://github.com/ramp4-pcar4/story-ramp/issues",
"scripts": {
"dev": "vite",
"build": "vite build",
"build-plugin": "vite build --mode plugin",
"preview": "vite preview",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"main": "./dist/storylines-viewer.umd.js",
"module": "./dist/storylines-viewer.mjs",
"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.10.2",
"scrollama": "^3.2.0",
"vue": "^3.4.37",
"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-spinners": "^1.2.2"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@types/node": "^22.9.3",
"@types/markdown-it": "^12.0.1",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^9.8.6",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"postcss": "^8.4.24",
"prettier": "^3.3.3",
"sass": "1.77.6",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.2",
"typescript": "~5.6.3",
"vite": "^5.4.11",
"vite-plugin-static-copy": "^2.2.0",
"vue-tsc": "^2.1.10"
}
}