-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.29 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
{
"name": "mri-vuewer",
"version": "2.1.0",
"private": true,
"scripts": {
"serve": "node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js serve",
"build": "node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "chromatic --project-token CHROMATIC_PROJECT_TOKEN",
"chromatic:run": "chromatic --project-token $CHROMATIC_PROJECT_TOKEN"
},
"dependencies": {
"core-js": "^3.6.5",
"dexie": "^3.0.2",
"dexie-relationships": "^1.2.11",
"dropbox": "^5.2.1",
"ffmpeg.js": "https://github.com/qh73xe/ffmpeg.js",
"jaconv": "^1.0.4",
"jszip": "^3.5.0",
"konva": "^7.0.5",
"kuromoji": "^0.1.2",
"moment": "^2.29.1",
"nanoid": "^3.1.25",
"opencv.js": "https://github.com/qh73xe/opencv.js.git",
"vue": "^2.6.11",
"vue-google-charts": "^0.3.3",
"vue-konva": "^2.1.4",
"vue-router": "^3.2.0",
"vuetify": "^2.2.11",
"vuex": "^3.4.0",
"wavesurfer.vue": "^0.1.4",
"xlsx": "^0.16.6"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@mdi/font": "^5.5.55",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/vue": "^6.4.22",
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-e2e-cypress": "~4.4.0",
"@vue/cli-plugin-eslint": "~4.4.0",
"@vue/cli-plugin-router": "~4.4.0",
"@vue/cli-plugin-unit-jest": "~4.4.0",
"@vue/cli-plugin-vuex": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.0.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"chromatic": "^6.24.1",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"prettier": "^1.19.1",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-vuetify": "~2.0.7",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.3.0"
}
}