forked from craftcms/cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.46 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
{
"private": true,
"main": "gulpfile.js",
"dependencies": {
"axios": "^0.18.1",
"vue": "^2.6.11",
"vue-autosuggest": "^1.8.1",
"vue-cleave": "^1.2.2",
"vue-lodash": "^1.0.3",
"vue-router": "^3.1.3",
"vuex": "^3.1.2"
},
"devDependencies": {
"autoprefixer": "^7.1.4",
"blueimp-file-upload": "^10.7.0",
"craftcms-sass": "^1.6.7",
"d3": "^4.11.0",
"d3-format": "^1.4.3",
"d3-time-format": "^2.2.3",
"element-resize-detector": "^1.1.15",
"event-stream": "3.3.4",
"fabric": "^1.7.19",
"garnishjs": "^0.1.32",
"graphiql": "^0.14.2",
"grunt": "^1.0.3",
"grunt-contrib-concat": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-sass": "latest",
"grunt-contrib-uglify-es": "github:gruntjs/grunt-contrib-uglify#harmony",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-json-minify": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.1",
"inputmask": "~3.2.2 || ~3.3.5",
"jquery": "^3.4.1",
"jquery.payment": "^3.0.0",
"picturefill": "^3.0.3",
"punycode": "1.3.*",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"selectize": "^0.12.6",
"timepicker": "^1.13.0",
"velocity-animate": "^1.5.0",
"whatwg-fetch": "^0.9.0",
"xregexp": "^3.2.0",
"yii2-pjax": "~2.0.1"
}
}