-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.06 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.06 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
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
{
"name": "platform-js",
"version": "0.8.2",
"description": "JavaScript bundles for internal development/testing proccesses in DIERA.RU",
"main": "dist/js/platform.vue.bundle.js",
"scripts": {
"build": "cross-env NODE_ENV=production gulp build:platform && ls -lsh dist/js && du -sh ./dist/*",
"test": "cross-env NODE_ENV=production gulp build:platform"
},
"repository": {
"type": "git",
"url": "git@github.com:diproart/platform-js.git"
},
"keywords": [
"javascript",
"bulma",
"vue"
],
"author": "Alexey Volkov <diproart@gmail.com>",
"license": "ISC",
"devDependencies": {
"ContentTools": "^1.6.12",
"alertifyjs": "^1.13.1",
"animate.css": "^3.7.2",
"axios": "^0.18.1",
"browserify": "^14.3.0",
"bulma": "^0.8.2",
"cross-env": "^5.2.1",
"cypress": "^4.6.0",
"debug": "^2.6.4",
"grapejs": "^2.1.1",
"gsap": "^2.1.3",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-load-plugins": "^1.6.0",
"gulp-order": "^1.1.1",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.0",
"hammerjs": "^2.0.8",
"heatmap.js": "^2.0.5",
"izimodal": "^1.5.1",
"jquery": "^3.5.1",
"jquery-colorbox": "^1.6.4",
"jquery-migrate": "^3.3.0",
"jquery.cookie": "^1.4.1",
"localforage": "^1.7.3",
"lodash": "^4.17.15",
"messenger": "git+https://github.com/diproart/messenger.git",
"moment": "^2.26.0",
"photoswipe": "^4.1.3",
"picturefill": "^3.0.3",
"pikaday": "^1.8.0",
"recursive-readdir": "^2.1.1",
"require-dir": "^0.3.1",
"rimraf": "^2.7.1",
"run-sequence": "^1.2.2",
"scrollmagic": "^2.0.7",
"scrollup": "git+https://github.com/diproart/scrollup.git",
"select2": "^4.0.13",
"swiper": "^4.5.1",
"tippy.js": "^4.3.5",
"toastr": "^2.1.4",
"twix": "^1.3.0",
"vee-validate": "^3.3.0",
"vue": "^2.6.11",
"vue-resource": "^1.5.1",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
},
"engines": {
"node": ">= 10.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 9"
]
}