-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 3.28 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
{
"name": "@fitx/customer-components",
"version": "1.15.0",
"files": [
"dist/*",
"src/*"
],
"main": "dist/customer-components.umd.js",
"style": "./dist/customer-components.css",
"scripts": {
"serve": "vue-cli-service serve ./src/main.js",
"build:lib-web": "vue-cli-service build --formats umd,umd-min --dest ./dist/web --target lib ./src/index.js",
"build:vite": "vite build --config vite.config.js",
"build:vite-wc": "vite build --config vite.config-wc.js",
"build": "npm run build:vite && npm run build:lib-web && npm run build:vite-wc",
"test:unit": "vue-cli-service test:unit --json --outputFile=./coverage/.jest-test-results.json",
"test:unit-update-snapshot": "vue-cli-service test:unit -u",
"test:e2e": "nightwatch -e ios-tunnel tests/local-tunnel-test.js",
"test:e2e-local": "nightwatch -c nightwatch.local.json",
"lint": "vue-cli-service lint",
"storybook": "start-storybook -s ./ -p 6006",
"prepare-storybbok-build": "rsync -av --progress ./ ./storybook-static --exclude /storybook-static --exclude /node_modules",
"build-storybook": "build-storybook -s ./src:/src,./public:/public,./README.md:.README.md,./docs:/docs,./coverage:/coverage -c .storybook"
},
"dependencies": {
"@fitx/date-input": "^1.3.2",
"@lambdatest/node-rest-client": "^1.0.0",
"@vueuse/core": "^6.3.3",
"audit": "0.0.6",
"core-js": "^3.6.5",
"fix": "0.0.6",
"maska": "^1.5.0",
"path": "^0.12.7",
"prismjs": "^1.25.0",
"sass": "^1.39.2",
"selenium-webdriver": "^4.0.0-beta.4",
"vue": "^3.2.11"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@storybook/addon-actions": "^6.3.7",
"@storybook/addon-essentials": "^6.3.7",
"@storybook/addon-jest": "^6.3.8",
"@storybook/addon-links": "^6.3.7",
"@storybook/addon-storyshots": "^6.3.7",
"@storybook/vue3": "^6.3.7",
"@testing-library/jest-dom": "^5.14.1",
"@vitejs/plugin-vue": "^1.6.2",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.2.11",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/test-utils": "^2.0.0-0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"chromedriver": "^97.0.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^7.0.0",
"jest-vue-preprocessor": "^1.7.1",
"nightwatch": "^1.7.7",
"sass": "^1.39.2",
"sass-loader": "^8.0.2",
"storybook-addon-themes": "^6.1.0",
"typescript": "~3.9.3",
"vite": "^2.5.6",
"vite-svg-loader": "^2.2.0",
"vue": "^3.2.11",
"vue-jest": "^5.0.0-0",
"vue-loader-v16": "^16.0.0-beta.5.4",
"vue-svg-loader": "^0.17.0-beta.2"
},
"engines": {
"node": ">=14.18.1"
},
"description": "Vue Brand-Evo Components and Widget Library for Customer Apps. [Overview](https://customer-components.netlify.app)",
"directories": {
"lib": "dist",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FitX/customer-components.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FitX/customer-components/issues"
},
"homepage": "https://github.com/FitX/customer-components#readme"
}