-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "audioconform",
"version": "1.0.0",
"description": "",
"main": "build/audioconform.bundle.js",
"scripts": {
"test": "mocha -r ts-node/register tests/**/*.test.ts",
"build": "webpack",
"start": "webpack-dev-server --mode development --open",
"watch": "webpack --watch"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chai": "4.1.7",
"@types/classnames": "^2.2.7",
"@types/mocha": "5.2.5",
"@types/node": "10.12.18",
"@types/react": "16.8.17",
"@types/react-dom": "16.8.4",
"@types/rx": "^4.1.1",
"chai": "4.2.0",
"mocha": "5.2.0",
"ts-loader": "6.0.0",
"ts-node": "8.1.0",
"tslint": "5.16.0",
"typescript": "3.4.5",
"webpack": "4.31.0",
"webpack-cli": "3.3.2",
"webpack-dev-server": "3.3.1"
},
"dependencies": {
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30",
"@sysval/vgplayer-core": "file:///Users/zhukov/git/player-core",
"klame": "file:///Users/zhukov/git/klame",
"konform": "file:///Users/zhukov/git/konform",
"kotlin": "1.3.31",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-dropzone": "^10.1.4",
"rx": "4.1.0",
"rxjs": "6.3.3",
"classnames": "latest",
"prop-types": "latest"
}
}