-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.38 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
{
"name": "dqvue",
"version": "0.5.0",
"description": "",
"main": "./dist/dqvue.js",
"types": "./index.d.ts",
"scripts": {
"test": "poi test",
"dev": "poi --port 3001 src/index.ts",
"build": "poi build src/index.ts && poi build src/index.ts --minimize",
"docs": "http-server ./docs -p 3002",
"vuetype": "vuetype src"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@reactivex/rxjs": "^5.5.3",
"@types/deepmerge": "1.3.2",
"@types/highcharts": "5.0.11",
"@types/loglevel": "1.5.1",
"@types/mocha": "2.2.43",
"@types/node": "8.0.28",
"@types/nouislider": "^9.0.4",
"@types/uniqid": "4.1.2",
"deepmerge": "2.0.1",
"http-server": "^0.10.0",
"karma-ie-launcher": "1.0.0",
"karma-typescript": "^3.0.9",
"loglevel": "1.5.1",
"node-sass": "^4.7.2",
"nouislider": "^11.0.3",
"poi": "^9.6.12",
"poi-preset-babel-minify": "1.0.3",
"poi-preset-karma": "^9.2.3",
"poi-preset-typescript": "9.0.2",
"rxjs": "^5.5.3",
"sass-loader": "6.0.6",
"typescript": "2.6.1",
"uniqid": "4.1.1",
"vue-property-decorator": "6.0.0",
"vuetype": "0.2.2",
"webpack-bundle-analyzer": "^2.9.2",
"wnumb": "^1.1.0",
"yargs": "9.0.1"
}
}