-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.5 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
{
"name": "@yoonit/vue-components",
"version": "0.2.3",
"private": false,
"description": "VueJS Atomic Design System framework",
"main": "yoo.common.js",
"unpkg": "yoo.min.js",
"files": [
"**/yoo.*.js"
],
"author": {
"email": "[email protected]",
"name": "Vitória Costa, Tiago Brito, Fernando Junior, Sabrina Sampaio, Gabriel Mule, Gabriel Moraes, Gabriel Rizzo & Luigui Delyer @ 2020-2021"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "bash ./build.sh",
"build:all": "npm run build:vue & npm run build:wc",
"build:vue": "cross-env NODE_ENV=vue vue-cli-service build --target lib --name yoo src/main.js",
"build:wc": "cross-env NODE_ENV=wc vue-cli-service build --target wc-async --name yoo ./src/**/**.vue",
"build:storybook": "build-storybook",
"test:unit": "vue-cli-service test:unit -u",
"test:unit:coverage": "vue-cli-service test:unit --collectCoverage",
"test:unit:watch": "vue-cli-service test:unit -u --watchAll",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"storybook": "start-storybook -p 6006"
},
"dependencies": {
"@yoonit/style": "^2.1.8",
"core-js": "^3.6.5",
"lottie-web": "^5.7.4",
"vue": "^2.6.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@storybook/addon-actions": "^6.3.9",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-links": "^6.3.9",
"@storybook/preset-scss": "^1.0.3",
"@storybook/vue": "^6.4.19",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-e2e-nightwatch": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~5.0.8",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/test-utils": "^1.0.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"chromedriver": "^87.0.5",
"cross-env": "^7.0.3",
"css-loader": "^5.0.1",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"geckodriver": "^3.0.2",
"jest-canvas-mock": "^2.3.0",
"jest-coverage-badges": "^1.1.2",
"json": "^10.0.0",
"node-sass": "^4.12.0",
"pug": "^3.0.2",
"pug-jest": "^1.0.1",
"pug-plain-loader": "^1.1.0",
"sass-loader": "^8.0.2",
"style-loader": "^2.0.0",
"svg-url-loader": "^7.1.1",
"url-loader": "^4.1.1",
"vue-template-compiler": "^2.6.11"
}
}