-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.63 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
{
"name": "calculator",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"belial": "yarn lint && yarn typecheck && yarn test",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=2c65e473e048",
"dev": "vue-cli-service serve",
"storybook": "storybook dev -p 6006",
"test": "vue-cli-service test:unit",
"typecheck": "tsc"
},
"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",
"core-js": "^3.8.3",
"decimal.js": "^10.4.3",
"register-service-worker": "^1.7.2",
"vue": "^3.2.13",
"vue-class-component": "^8.0.0-0"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.4",
"@storybook/addon-interactions": "^7.0.4",
"@storybook/addon-links": "^7.0.4",
"@storybook/addon-mdx-gfm": "^7.0.4",
"@storybook/addon-styling": "^1.0.0",
"@storybook/blocks": "^7.0.4",
"@storybook/testing-library": "^0.1.0",
"@storybook/vue3": "^7.0.4",
"@storybook/vue3-webpack5": "^7.0.4",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-pwa": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-unit-jest": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/compiler-sfc": "^3.2.47",
"@vue/eslint-config-standard": "^6.1.0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^2.0.0-0",
"@vue/vue3-jest": "^27.0.0-alpha.1",
"autoprefixer": "^10.4.14",
"babel-jest": "^27.0.6",
"chromatic": "^6.17.3",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-storybook": "^0.6.11",
"eslint-plugin-vue": "^8.0.3",
"jest": "^27.0.5",
"postcss": "^8.4.21",
"postcss-loader": "^7.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"storybook": "^7.0.9",
"storybook-addon-themes": "^6.1.0",
"tailwindcss": "^3.3.1",
"tailwindcss-themer": "^3.0.2",
"ts-jest": "^27.0.4",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "~4.5.5",
"vue-loader": "^17.0.1"
},
"_id": "[email protected]",
"readme": "ERROR: No README data found!"
}