-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
140 lines (140 loc) · 4.54 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
132
133
134
135
136
137
138
139
140
{
"name": "@OnroerendErfgoed/vue_component_library",
"type": "module",
"files": [
"dist"
],
"main": "./dist/vue-components.umd.js",
"module": "./dist/vue-components.es.js",
"typings": "./dist/src/main.d.ts",
"version": "2.0.1",
"exports": {
".": {
"import": "./dist/vue-components.es.js",
"require": "./dist/vue-components.umd.js"
},
"./dist/vue-components.css": {
"import": "./dist/vue-components.css",
"require": "./dist/vue-components.css"
},
"./dist/scss/main.scss": {
"import": "./dist/scss/main.scss",
"require": "./dist/scss/main.scss"
},
"./eslint": {
"import": "./dist/eslint.config.js",
"require": "./dist/eslint.config.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/OnroerendErfgoed/vue_component_library.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"types": "./dist/src/main.d.ts",
"scripts": {
"ci": "yarn install --frozen-lockfile",
"build": "yarn type-check && yarn build-only && yarn type-generation",
"build:watch": "run-p type-check build-only:watch",
"build-only": "vite build",
"build-only:watch": "vite build --watch",
"test:unit": "cypress run --component --browser=chrome",
"test:unit:dev": "cypress open --component",
"type-check": "vue-tsc --noEmit",
"type-generation": "vue-tsc --declaration --emitDeclarationOnly",
"lint": "eslint . --fix",
"format": "prettier --write src/",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=CHROMATIC_PROJECT_TOKEN"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@govflanders/vl-ui-autocomplete": "^18.1.1",
"@govflanders/vl-ui-design-system-style": "^1.0.17",
"@govflanders/vl-ui-design-system-vue3": "3.0.2",
"@govflanders/vl-ui-select": "^20.0.10",
"@soerenmartius/vue3-clipboard": "^0.1.2",
"@tinymce/tinymce-vue": "^4",
"@vuelidate/core": "^2.0.2",
"@vuelidate/validators": "^2.0.2",
"@vueuse/core": "^10.4.1",
"ag-grid-community": "^29.3.5",
"ag-grid-vue3": "^29.3.5",
"axios": "^1.4.0",
"axios-mock-adapter": "^1.22.0",
"date-fns": "^2.30.0",
"guid-typescript": "^1.0.9",
"libphonenumber-js": "^1.10.37",
"lodash": "^4.17.21",
"ol": "^7.4.0",
"ol-contextmenu": "^5.2.1",
"ol-ext": "^4.0.10",
"proj4": "^2.9.0",
"pyoes": "https://gitpkg.now.sh/OnroerendErfgoed/pyoes/npm-packages/pyoes?0.21.1",
"quill-html-edit-button": "^3.0.0",
"quill-toggle-fullscreen-button": "^0.1.3",
"uuid": "^9.0.0",
"vue-i18n": "9",
"vue-quilly": "^1.0.5"
},
"peerDependencies": {
"pinia": "^2.3.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.10.0",
"@rushstack/eslint-patch": "^1.2.0",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-mdx-gfm": "^8.4.7",
"@storybook/addon-viewport": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/builder-vite": "^8.4.7",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3-vite": "^8.4.7",
"@trivago/prettier-plugin-sort-imports": "4.1.0",
"@tsconfig/node20": "^20.1.4",
"@types/lodash": "^4.17.14",
"@types/node": "20",
"@types/proj4": "^2.5.2",
"@types/tinymce": "^4.6.6",
"@types/uuid": "^9.0.3",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.2.0",
"@vue/test-utils": "^2.3.2",
"@vue/tsconfig": "^0.7.0",
"chromatic": "^6.17.3",
"cypress": "^13.17.0",
"cypress-watch-and-reload": "^1.10.6",
"eslint": "^9.17.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vue": "^9.32.0",
"npm-run-all": "^4.1.5",
"path": "^0.12.7",
"pinia": "^2.3.0",
"prettier": "^2.8.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup": "^4.30.0",
"rollup-plugin-visualizer": "^5.13.1",
"sass": "^1.62.0",
"start-server-and-test": "^2.0.0",
"storybook": "^8.4.7",
"tslib": "^2.5.0",
"typescript": "^5.7.2",
"vite": "^5.4.10",
"vite-plugin-static-copy": "^1.0.6",
"vue": "^3.5.13",
"vue-eslint-parser": "^9.1.1",
"vue-tsc": "^2.2.0"
}
}