forked from Tucsky/aggr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.12 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
{
"name": "aggr",
"version": "3.0.8",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"prod": "vue-cli-service build --dest ./temp && rm -rf ./dist && mv ./temp ./dist",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "node scripts/gh-pages-deploy.js"
},
"dependencies": {
"@mdi/font": "^5.6.55",
"axios": "^0.21.1",
"behave-js": "^1.5.0",
"color-fns": "^0.1.1",
"comlink-loader": "^2.0.0",
"core-js": "^3.6.5",
"eventemitter3": "^4.0.7",
"idb": "^6.0.0",
"lightweight-charts": "https://github.com/Tucsky/lightweight-charts.git#bcc7239bcc8119e0c6b8c4b143532be6124e97da",
"lodash.merge": "^4.6.2",
"pako": "^1.0.6",
"prismjs": "^1.25.0",
"serviceworker-webpack-plugin": "^1.0.1",
"tone": "^14.7.77",
"tunajs": "^1.0.13",
"vue": "^2.6.11",
"vue-class-component": "^7.2.6",
"vue-grid-layout": "^2.3.12",
"vue-prism-editor": "^1.3.0",
"vue-property-decorator": "^8.4.2",
"vue-router": "^3.2.0",
"vue-tippy": "^4.8.0",
"vue-uuid": "^2.0.2",
"vuex": "^3.4.0"
},
"devDependencies": {
"@types/sharedworker": "0.0.29",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"husky": "^4.3.0",
"sass": "^1.26.11",
"sass-loader": "^8.0.2",
"svg-sprite-loader": "^5.0.0",
"svgo-loader": "^3.0.0",
"terser-webpack-plugin": "^5.1.1",
"typescript": "~3.9.3",
"vue-cli-plugin-webpack-bundle-analyzer": "~4.0.0",
"vue-template-compiler": "^2.6.11",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-pwa-manifest": "^4.3.0",
"worker-loader": "^3.0.8"
}
}