-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.24 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
{
"name": "metastanza",
"version": "0.0.1",
"license": "MIT",
"repository": "/~https://github.com/togostanza/metastanza-devel.git",
"scripts": {
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel 'lint:!(fix)'",
"lint:fix": "npm-run-all --continue-on-error lint:*:fix",
"lint:eslint": "eslint . --ext .js,.vue --cache",
"lint:eslint:fix": "eslint . --ext .js,.vue --fix",
"lint:stylelint": "stylelint '**/*.scss'",
"lint:stylelint:fix": "stylelint '**/*.scss' --fix",
"lint:prettier": "prettier . --check",
"lint:prettier:fix": "prettier . --write",
"lint:editorconfig": "editorconfig-checker"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.3.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3.0.0-1",
"@rollup/plugin-replace": "^5.0.1",
"@types/d3": "^7.4.0",
"@vue/compiler-sfc": "^3.2.11",
"@vueform/slider": "^1.0.3",
"axios": "^1.1.3",
"color": "^4.0.1",
"commonmark": "^0.30.0",
"d3": "^7.6.1",
"d3-3d": "^0.1.2",
"d3-collection": "^1.0.7",
"highlight.js": "^11.6.0",
"immutable-ext": "^1.1.5",
"katex": "^0.16.3",
"lit": "^2.4.0",
"lit-element": "^3.0.1",
"lit-html": "^2.0.1",
"lodash.camelcase": "^4.3.0",
"lodash.mapvalues": "^4.6.0",
"lodash.omit": "^4.5.0",
"lodash.orderby": "^4.6.0",
"lodash.uniq": "^4.5.0",
"lodash.zip": "^4.2.0",
"rollup-plugin-vue": "^6.0.0",
"sprintf-js": "^1.1.2",
"togostanza": "^3.0.0-beta.56",
"togostanza-utils": "github:togostanza/togostanza-utils",
"topojson-client": "^3.1.0",
"uuid": "^9.0.0",
"vue": "^3.2.11",
"zod": "^3.19.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.51.0",
"editorconfig-checker": "4.0.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^9.7.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"stylelint": "^14.14.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-scss": "^8.0.0",
"stylelint-scss": "^4.3.0",
"vue-eslint-parser": "^9.1.0"
},
"engines": {
"node": ">=14"
},
"private": true
}