-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
90 lines (90 loc) · 2.5 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"devDependencies": {
"copy-files-from-to": "^3.2.0",
"vuepress": "^1.8.2"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"postinstall": "copy-files-from-to"
},
"dependencies": {
"chartist": "^0.11.4",
"chartist-plugin-tooltips": "0.0.17",
"magnific-popup": "^1.1.0",
"photoswipe": "^5.4.3",
"select2": "4.0.6",
"selectize": "^0.12.6",
"sysend": "^1.10.0"
},
"copyFiles": [
{
"from": "node_modules/sysend/sysend.js",
"to": "js/sysend/sysend.js"
},
{
"from": "node_modules/chartist/dist/chartist.min.js",
"to": "js/chartist/chartist.min.js"
},
{
"from": "node_modules/chartist/dist/chartist.min.css",
"to": "css/chartist/chartist.min.css"
},
{
"from": "node_modules/chartist-plugin-tooltips/dist/chartist-plugin-tooltip.min.js",
"to": "js/chartist/chartist-plugin-tooltip.min.js"
},
{
"from": "node_modules/chartist-plugin-tooltips/dist/chartist-plugin-tooltip.css",
"to": "css/chartist/chartist-plugin-tooltip.css"
},
{
"from": "node_modules/selectize/dist/css/selectize.css",
"to": "css/selectize/selectize.css"
},
{
"from": "node_modules/selectize/dist/js/standalone/selectize.min.js",
"to": "js/selectize/selectize.min.js"
},
{
"from": "node_modules/magnific-popup/dist/magnific-popup.css",
"to": "css/magnific-popup/magnific-popup.css"
},
{
"from": "node_modules/magnific-popup/dist/jquery.magnific-popup.js",
"to": "js/magnific-popup/jquery.magnific-popup.js"
},
{
"from": "node_modules/select2/select2.min.js",
"to": "js/select2.js"
},
{
"from": "node_modules/select2/select2.css",
"to": "css/select2/select2.css"
},
{
"from": "node_modules/select2/select2.png",
"to": "css/select2/select2.png"
},
{
"from": "node_modules/select2/select2-spinner.gif",
"to": "css/select2/select2-spinner.gif"
},
{
"from": "node_modules/select2/select2x2.png",
"to": "css/select2/select2x2.png"
},
{
"from": "node_modules/photoswipe/dist/photoswipe.css",
"to": "css/photoswipe.css"
},
{
"from": "node_modules/photoswipe/dist/photoswipe-lightbox.esm.min.js",
"to": "js/photoswipe/photoswipe-lightbox.esm.min.js"
},
{
"from": "node_modules/photoswipe/dist/photoswipe.esm.min.js",
"to": "js/photoswipe/photoswipe.esm.min.js"
}
]
}