-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.63 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
{
"name": "jsplatform-student",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@sentry/tracing": "^6.15.0",
"@sentry/vue": "^6.15.0",
"apexcharts": "^3.27.1",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"lodash": "^4.17.21",
"monaco-editor": "^0.29.1",
"monaco-editor-vue": "^1.0.10",
"monaco-editor-webpack-plugin": "^5.0.0",
"v-tooltip": "^2.1.3",
"vue": "^2.6.11",
"vue-apexcharts": "^1.6.1",
"vue-bar-graph": "^1.3.0",
"vue-clickaway": "^2.2.2",
"vue-code-highlight": "^0.7.6",
"vue-csv-import": "^2.3.4",
"vue-debounce": "^3.0.0",
"vue-good-table": "^2.21.10",
"vue-google-login": "^2.0.5",
"vue-google-signin-button": "^1.0.4",
"vue-html2pdf": "^1.8.0",
"vue-mathjax": "0.0.11",
"vue-monaco": "^1.2.2",
"vue-router": "^3.2.0",
"vue-uuid": "^2.0.2",
"vue2-datepicker": "^3.9.0",
"vue2-editor": "^2.10.2",
"vue2-frappe": "^1.2.3",
"vuejs-ace-editor": "^1.0.1",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.0.0-beta.3"
},
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.0.3",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"postcss": "^7.0.35",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3",
"vue-template-compiler": "^2.6.11"
}
}