-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 3.39 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
{
"name": "@lana/b2c-mapp-ui",
"version": "9.9.0",
"description": "Shared custom libraries for building µapps.",
"bugs": {
"url": "https://github.com/lana/b2c-mapp-ui/issues"
},
"homepage": "https://lana.github.io/b2c-mapp-ui",
"license": "ISC",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lana/b2c-mapp-ui.git"
},
"scripts": {
"serve": "vite",
"prebuild": "vue-tsc",
"build": "vite build",
"postbuild": "vue-tsc -P tsconfig.dts.json && rm ./dist/index.html",
"analyze": "vite build --config analyze.config.ts",
"prepare": "npm run build",
"lint": "eslint --ext .ts,.vue src",
"lint:fix": "eslint --ext .ts,.vue src --fix",
"libphonenumber-metadata": "libphonenumber-metadata-generator data/libphonenumber-metadata.min.json --countries MX,CL,BR,ES --types mobile",
"predeploy-storybook": "npm run build-storybook",
"deploy-storybook": "storybook-to-ghpages",
"deploy-storybook-ci": "npm run deploy-storybook -- --ci --host-token-env-variable=TOKEN --existing-output-dir=storybook-static",
"build-storybook": "build-storybook -c config/storybook",
"storybook": "start-storybook -p 6006 -c config/storybook",
"test": "jest --no-cache",
"coverage": "jest --collect-coverage --no-cache"
},
"sideEffects": [
"**/*.css"
],
"main": "./dist/b2c-mapp-ui.umd.js",
"module": "./dist/b2c-mapp-ui.es.js",
"types": "./dist/src/library.d.ts",
"style": "./dist/style.css",
"keywords": [
"ui",
"lana-ui"
],
"files": [
"CHANGELOG.md",
"dist/*"
],
"dependencies": {
"@lana/b2c-mapp-ui-assets": "^5.25.0",
"@vueform/slider": "^2.0.10",
"libphonenumber-js": "^1.9.51",
"lodash-es": "^4.17.21",
"vue": "^3.2.32",
"vue-contenteditable": "^3.0.4",
"vue-currency-input": "^2.4.0"
},
"peerDependencies": {
"vue": "^3.2.32"
},
"devDependencies": {
"@babel/preset-typescript": "^7.16.7",
"@getify/eslint-plugin-proper-ternary": "^3.1.1",
"@storybook/addon-actions": "^6.4.21",
"@storybook/addon-controls": "^6.4.21",
"@storybook/addon-docs": "^6.4.21",
"@storybook/addon-essentials": "^6.4.21",
"@storybook/addon-links": "^6.4.21",
"@storybook/storybook-deployer": "^2.8.11",
"@storybook/vue3": "^6.4.21",
"@testing-library/dom": "^8.13.0",
"@testing-library/vue": "^6.5.1",
"@types/jest": "^27.4.1",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^2.0.0-rc.19",
"babel-jest": "^26.6.3",
"eslint": "^8.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-vue": "^8.6.0",
"jest": "^26.6.3",
"libphonenumber-metadata-generator": "^1.0.1",
"rollup-plugin-visualizer": "^5.6.0",
"sass": "^1.50.0",
"storybook-builder-vite": "^0.1.14",
"ts-jest": "^26.5.6",
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"vite": "^2.9.1",
"vite-plugin-eslint": "^1.3.0",
"vue-jest": "^5.0.0-alpha.10",
"vue-tsc": "^0.34.6"
}
}