forked from syncfusion/ej2-vue-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.66 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
68
69
70
71
72
73
74
75
76
{
"name": "ej2-vue-samples",
"version": "19.4.38",
"description": "Examples of Vue UI Components",
"keywords": [],
"dependencies": {
"@syncfusion/ej2": "*",
"@syncfusion/ej2-vue-barcode-generator": "*",
"@syncfusion/ej2-vue-base": "*",
"@syncfusion/ej2-vue-buttons": "*",
"@syncfusion/ej2-vue-calendars": "*",
"@syncfusion/ej2-vue-charts": "*",
"@syncfusion/ej2-vue-circulargauge": "*",
"@syncfusion/ej2-vue-diagrams": "*",
"@syncfusion/ej2-vue-documenteditor": "*",
"@syncfusion/ej2-vue-dropdowns": "*",
"@syncfusion/ej2-vue-filemanager": "*",
"@syncfusion/ej2-vue-gantt": "*",
"@syncfusion/ej2-vue-grids": "*",
"@syncfusion/ej2-vue-heatmap": "*",
"@syncfusion/ej2-vue-inplace-editor": "*",
"@syncfusion/ej2-vue-inputs": "*",
"@syncfusion/ej2-vue-kanban": "*",
"@syncfusion/ej2-vue-layouts": "*",
"@syncfusion/ej2-vue-lineargauge": "*",
"@syncfusion/ej2-vue-lists": "*",
"@syncfusion/ej2-vue-maps": "*",
"@syncfusion/ej2-vue-navigations": "*",
"@syncfusion/ej2-vue-notifications": "*",
"@syncfusion/ej2-vue-pdfviewer": "*",
"@syncfusion/ej2-vue-pivotview": "*",
"@syncfusion/ej2-vue-popups": "*",
"@syncfusion/ej2-vue-querybuilder": "*",
"@syncfusion/ej2-vue-richtexteditor": "*",
"@syncfusion/ej2-vue-schedule": "*",
"@syncfusion/ej2-vue-splitbuttons": "*",
"@syncfusion/ej2-vue-spreadsheet": "*",
"@syncfusion/ej2-vue-treegrid": "*",
"@syncfusion/ej2-vue-treemap": "*",
"@syncfusion/ej2-vue-progressbar": "*",
"@types/codemirror": "0.0.56",
"@types/node": "12.12.22",
"@microsoft/signalr": "5.0.9",
"codemirror": "^5.37.0",
"elasticlunr": "0.9.5",
"fuse.js": "^3.2.0",
"gulp-s3-upload": "^1.7.3",
"marked": "^0.3.19",
"tributejs": "^4.1.1",
"vue": "^2.5.2",
"vue-class-component": "^8.0.0-rc.1",
"vue-property-decorator": "^6.0.0",
"vue-router": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.7.0",
"@vue/cli-plugin-typescript": "^3.7.0",
"@vue/cli-service": "^3.7.0",
"file-loader": "^1.1.11",
"gulp": "^4.0.2",
"gulp-gzip": "^1.4.2",
"gulp-jsoncombine": "^1.0.4",
"serve": "^6.5.4",
"shelljs": "^0.8.1",
"typescript": "3.6.2",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.41.5"
},
"scripts": {
"serve": "node --max_old_space_size=8192 node_modules/@vue/cli-service/bin/vue-cli-service.js serve",
"serve: watch": "vue-cli-service serve",
"build": "node --max_old_space_size=8192 node_modules/@vue/cli-service/bin/vue-cli-service.js build",
"build-watch": "vue-cli-service build",
"ci-publish": "gulp publish-samples"
}
}