-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "plotly",
"version": "1.0.0",
"private": true,
"author": "",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --dest docs",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@babel/preset-env": "^7.16.4",
"@wiris/mathtype-tinymce5": "^7.27.0",
"babel-polyfill": "^6.26.0",
"core-js": "^3.6.5",
"crypto-js": "^4.1.1",
"eslint-plugin-vue": "7.17.0",
"html2canvas": "^1.4.1",
"html2pdf.js": "^0.10.1",
"jspdf": "^2.5.1",
"mathjs": "^9.4.4",
"plotly.js": "^2.4.2",
"tinymce": "^5.9.1",
"uuid": "^8.3.2",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
"@babel/plugin-proposal-optional-chaining": "^7.16.0",
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"babel-eslint": "^10.0.1",
"eslint": "7.32.0",
"postcss-preset-env": "^6.7.0",
"sass": "^1.43.4",
"sass-loader": "^7.0.1",
"style-resources-loader": "^1.2.1",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.5.21"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}