forked from KlausSchaefers/quant-ux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.33 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.33 KB
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
{
"name": "quant-ux",
"version": "2.4.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"dependencies": {
"bulma": "^0.8.1",
"core-js": "^3.6.4",
"d3": "5.9.1",
"dom-to-image-more": "^2.8.0",
"eventsource-polyfill": "^0.9.6",
"file-saver": "^2.0.1",
"highlight.js": "^9.15.6",
"paper": "^0.12.3",
"pretty": "^2.0.0",
"qrcode": "^1.3.3",
"quant-ux-cli": "^1.9.2",
"vue": "^2.6.11",
"vue-i18n": "^8.18.1",
"vue-router": "^3.1.5",
"vue2-ace-editor": "0.0.15"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.2.0",
"@vue/cli-plugin-eslint": "^4.2.0",
"@vue/cli-plugin-router": "^4.2.0",
"@vue/cli-plugin-unit-jest": "^4.2.0",
"@vue/cli-service": "^4.2.0",
"@vue/test-utils": "1.0.0-beta.31",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.1.2",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11",
"body-parser": "^1.17.1",
"compression": "1.7.2",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"http-proxy-middleware": "^0.19.1",
"inject-loader": "^3.0.1",
"jest": "^23.6.0"
}
}