-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 821 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 821 Bytes
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
{
"name": "pyvoicekit",
"version": "1.0.0",
"main": "src/main.ts",
"repository": "git@github.com:techforthai/PyVoiceKit.git",
"author": "Phoomparin Mano <phoomparin@gmail.com>",
"license": "MIT",
"scripts": {
"start": "parcel serve src/index.html",
"build": "parcel build src/index.html"
},
"dependencies": {
"@types/howler": "^2.2.1",
"brython": "^3.8.9",
"codemirror": "^5.55.0",
"howler": "^2.2.0",
"vue": "^2.6.11",
"vue-codemirror": "^4.0.6",
"vue-hot-reload-api": "^2.3.4",
"vue-touch-ripple": "^3.0.0"
},
"devDependencies": {
"@types/codemirror": "^0.0.97",
"@vue/component-compiler-utils": "^3.1.2",
"parcel": "^1.12.4",
"pug": "^3.0.0",
"sass": "^1.26.10",
"typescript": "^3.9.7",
"vue-template-compiler": "^2.6.11"
}
}