-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.48 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
{
"name": "vue-storybook-starter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --json --outputFile=.jest-test-results.json",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"snapshot": "build-storybook && percy-storybook --widths=320,1280"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.13.14",
"vue": "^2.6.11"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@percy/storybook": "^3.3.1",
"@storybook/addon-a11y": "^6.2.9",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-controls": "^6.2.9",
"@storybook/addon-docs": "^6.2.9",
"@storybook/addon-jest": "^6.2.9",
"@storybook/addon-knobs": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/addon-storyshots": "^6.2.9",
"@storybook/addon-storysource": "^6.2.9",
"@storybook/addons": "^6.2.9",
"@storybook/vue": "^6.2.9",
"@vue/test-utils": "^1.1.3",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-preset-vue": "^2.0.2",
"bufferutil": "^4.0.3",
"canvas": "^2.7.0",
"jest": "^26.6.3",
"jest-vue-preprocessor": "^1.7.1",
"typescript": "^4.2.3",
"utf-8-validate": "^5.0.4",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.11"
},
"peerDependencies": {
"typescript": "^3.8.3",
"utf-8-validate": "^5.0.2",
"canvas": "^2.6.1",
"bufferutil": "^4.0.1"
}
}