-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
57 lines (57 loc) · 1.58 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
{
"name": "voice-input-button2",
"description": "New version of voice input button using new interface of iflytek voice dictation (the stream version).",
"version": "1.1.9",
"author": "ferrinweb <ferrinweb@gmail.com>",
"main": "dist/voice-input-button.js",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "git+/~https://github.com/ferrinweb/voice-input-button2.git"
},
"keywords": [
"voice input",
"voice button",
"microphone input",
"speech input",
"iflytek",
"voice to text"
],
"homepage": "/~https://github.com/ferrinweb/voice-input-button2/blob/master/README.md",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"publish": "npm publish"
},
"dependencies": {
"vue": "^2.6.12"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^10.0.3",
"babel-loader": "7",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.24.1",
"cross-env": "6.0.3",
"css-loader": "6.8.1",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.0.1",
"file-loader": "4.3.0",
"node-sass": "^9.0.0",
"sass-loader": "8.0.0",
"style-loader": "^1.0.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue-loader": "^17.2.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}