forked from craftcms/cms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1 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
{
"private": true,
"main": "gulpfile.js",
"devDependencies": {
"bootstrap": "3.3.* || 3.2.* || 3.1.*",
"d3": "^4.10.0",
"d3-format": "^1.2.0",
"d3-time-format": "^2.0.5",
"element-resize-detector": "^1.1.12",
"event-stream": "^3.3.4",
"fabric": "^1.7.16",
"garnishjs": "^0.1.19",
"grunt": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-sass": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-json-minify": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"inputmask": "~3.2.2 || ~3.3.5",
"jquery": "2.2.* || 2.1.* || 1.11.* || 1.12.*",
"jquery.payment": "^3.0.0",
"picturefill": "^3.0.2",
"punycode": "1.3.*",
"selectize": "^0.12.4",
"timepicker": "^1.11.11",
"velocity-animate": "^1.5.0",
"xregexp": "^3.2.0",
"yii2-pjax": "~2.0.1"
}
}