forked from Kunstmaan/KunstmaanBundlesCMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.86 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
{
"name": "KunstmaanBundlesCMS",
"version": "1.0.0",
"scripts": {
"start": "gulp startLocal --continueAfterTestError --speedupLocalDev",
"startOptimized": "gulp startOptimized",
"test": "gulp test",
"build": "gulp buildOptimized",
"testAndBuild": "gulp testAndBuildOptimized",
"buildGroundControlSkeleton": "gulp buildGroundControlSkeleton"
},
"author": "Kunstmaan",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.7.6",
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-preset-env": "^1.2.1",
"babel-preset-es2015": "^6.22.0",
"babel-register": "^6.23.0",
"browser-sync": "^2.18.8",
"chalk": "^1.1.3",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0",
"exports-loader": "^0.6.4",
"fs-extra": "^4.0.0",
"gulp": "^4.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-cached": "^1.1.1",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.1.0",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.2",
"gulp-inject": "^4.2.0",
"gulp-postcss": "^6.3.0",
"gulp-rev": "^7.1.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.1.2",
"mime-types": "^2.1.15",
"node-notifier": "^5.0.2",
"postcss-reporter": "^3.0.0",
"stylelint": "^7.9.0",
"stylelint-config-standard": "^16.0.0",
"stylelint-order": "^0.3.0",
"twig": "^1.10.5",
"webpack": "^2.2.1",
"yargs": "^7.0.2"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"bootstrap-sass": "^3.3.7",
"cargobay": "Kunstmaan/cargobay#0.8.6-support",
"ckeditor": "4.5.6",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"fuse.js": "^3.1.0",
"jstree": "^3.3.3",
"ramda": "^0.23.0",
"select2": "^4.0.3",
"sortablejs": "^1.5.1",
"velocity-animate": "1.2.3"
}
}