-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
135 lines (135 loc) · 4.75 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
{
"name": "@ebury/chameleon-components",
"version": "2.8.17",
"main": "src/main.ts",
"sideEffects": false,
"author": "Ebury Team (http://labs.ebury.rocks/)",
"license": "MIT",
"homepage": "https://chameleon-ebury.vercel.app/",
"repository": {
"type": "git",
"url": "https://github.com/ebury/chameleon.git"
},
"engines": {
"node": ">=18"
},
"scripts": {
"icons": "webpack --config ./src/icons/webpack.config.js --mode=production && node ./src/icons/build-types.js > ./src/components/ec-icon/icon-names.ts",
"lint": "npm run lint:js && npm run lint:style",
"lint:no-fix": "npm run lint:js:no-fix && npm run lint:style:no-fix",
"lint:js": "eslint --fix ./",
"lint:js:no-fix": "eslint --no-fix ./",
"lint:style": "stylelint ./src/**/*.{css,vue} --fix",
"lint:style:no-fix": "stylelint ./src/**/*.{css,vue}",
"test": "vitest run --coverage",
"test:watch": "vitest watch",
"test:visual": "cypress open",
"test:visual:ci": "npm run build-storybook-run & wait-on http://localhost:42475/ && npm run test:visual:all",
"test:visual:all": "cypress run --browser chrome --headless --config video=false,videosFolder=tests/integration/videos/chrome/,trashAssetsBeforeRuns=true && cypress run --browser firefox --headless --config video=false,videosFolder=tests/integration/videos/firefox/,trashAssetsBeforeRuns=false",
"prebuild-storybook": "npm run icons",
"build-storybook": "vue-tsc && storybook build -o .out",
"build-storybook-run": "npm run build-storybook && live-server --port=42475 .out",
"prestart": "npm run icons",
"start": "vue-tsc --watch & storybook dev -p 42475",
"serve": "npm run start",
"types": "vue-tsc",
"prerelease": "npm run lint && npm run test",
"release": "npm version patch && git tag -d v$(npm view . version) && npm publish && git push",
"git-tag": "git tag v$(npm view . version) && git push origin v$(npm view . version)"
},
"dependencies": {
"@vueuse/core": "10.9.0",
"@vueuse/integrations": "10.9.0",
"flatpickr": "4.6.13",
"floating-vue": "2.0.0-beta.16",
"focus-trap": "6.9.4",
"lodash": "4.17.21",
"svg-country-flags": "1.2.10",
"tailwindcss": "3.4.1",
"type-fest": "4.11.1",
"vue": "3.3.6"
},
"devDependencies": {
"@sinonjs/fake-timers": "11.2.2",
"@storybook/addon-a11y": "7.6.17",
"@storybook/addon-actions": "7.6.17",
"@storybook/addon-cssresources": "6.2.9",
"@storybook/addon-essentials": "7.6.17",
"@storybook/addon-links": "7.6.17",
"@storybook/addon-styling": "1.3.7",
"@storybook/addon-viewport": "7.6.17",
"@storybook/addons": "7.6.17",
"@storybook/source-loader": "7.6.17",
"@storybook/theming": "7.6.17",
"@storybook/vue3": "7.6.17",
"@storybook/vue3-vite": "7.6.17",
"@types/color": "3.0.6",
"@types/intl": "1.2.2",
"@types/node": "20.11.25",
"@types/sinonjs__fake-timers": "8.1.5",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"@vitejs/plugin-vue": "5.0.4",
"@vitejs/plugin-vue-jsx": "3.1.0",
"@vitest/coverage-v8": "1.3.1",
"@vue/eslint-config-airbnb-with-typescript": "8.0.0",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/test-utils": "2.4.4",
"@vue/tsconfig": "0.5.1",
"autoprefixer": "10.4.18",
"color": "4.2.3",
"cypress": "13.8.1",
"cypress-image-snapshot": "4.0.1",
"eslint": "8.57.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-simple-import-sort": "12.0.0",
"eslint-plugin-vitest": "0.3.22",
"eslint-plugin-vue": "9.22.0",
"eslint-plugin-vuejs-accessibility": "2.2.1",
"intl": "1.2.5",
"jsdom": "24.0.0",
"lint-staged": "15.2.2",
"live-server": "1.2.2",
"postcss": "8.4.35",
"postcss-html": "1.5.0",
"postcss-import": "15.1.0",
"postcss-mixins": "9.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"storybook": "7.6.17",
"storybook-vue3-router": "5.0.0",
"stylelint": "15.11.0",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-standard": "34.0.0",
"stylelint-config-standard-scss": "11.0.0",
"stylelint-stylistic": "0.4.5",
"svg-sprite-loader": "6.0.11",
"svgo": "2.8.0",
"svgo-loader": "3.0.3",
"typescript": "5.3.3",
"v8-to-istanbul": "9.2.0",
"vite": "5.1.5",
"vitest": "1.3.1",
"vue-component-type-helpers": "2.0.6",
"vue-router": "4.3.0",
"vue-tsc": "1.8.27",
"wait-on": "6.0.1",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"yorkie": "2.0.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{vue,css}": [
"stylelint --fix",
"git add"
],
"*.{vue,js,jsx,ts,tsx}": [
"eslint --fix",
"git add"
]
}
}