This repository has been archived by the owner on Oct 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.52 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
{
"name": "trim-cmf",
"version": "0.48.2",
"description": "Trim CMF is framework for building content management user interfaces from Trikoder",
"scripts": {
"watch": "npm run build && grunt watch",
"build": "grunt build",
"demo:watch:development": "cd demo-app && npm install && npm run watch:development",
"demo:build:development": "cd demo-app && npm install && npm run build:development",
"demo:build:production": "cd demo-app && npm install && npm run build:production",
"dev": "cd demo-app && npm run dev",
"test": "node ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS",
"watch:test": "node ./node_modules/karma/bin/karma start --browsers PhantomJS",
"bump:patch": "grunt bump:patch",
"bump:minor": "grunt bump:minor",
"bump:major": "grunt bump:major"
},
"devDependencies": {
"attire": "^1.3.9",
"babel-eslint": "^8.2.2",
"chai": "^4.1.2",
"fake-json-api-server": "^1.4.1",
"grunt": "^1.0.2",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^20.1.0",
"grunt-google-fonts": "^0.5.0",
"inject-loader": "3.0.1",
"istanbul-instrumenter-loader": "^3.0.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.1.1",
"karma-coverage-istanbul-reporter": "^1.4.2",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^2.0.13",
"load-grunt-tasks": "^3.5.2",
"mocha": "^5.0.4",
"mocha-loader": "^1.1.3",
"node-sass": "^4.8.1",
"nunjucks": "^3.0.0",
"nunjucks-loader": "^2.4.8",
"sinon": "^6.1.3",
"webpack": "^3.5.6"
},
"dependencies": {
"backbone": "^1.2.3",
"backbone-base-view": "^3.1.0",
"backbone-json-api": "^1.2.2",
"backbone-named-routes": "^2.0.4",
"bourbon": "^4.3.4",
"ckeditor": "^4.8.0",
"dragula": "^3.7.2",
"dropzone": "^4.3.0",
"escape-html": "^1.0.3",
"fastsearch": "^1.11.1",
"fastselect": "^0.7.3",
"fecha": "^2.3.3",
"fuse.js": "^3.2.0",
"google-maps": "^3.2.1",
"jquery": "^3.3.1",
"keyboardjs": "^2.4.1",
"nanoscroller": "^0.8.7",
"normalize.css": "~8.0.0",
"pelinkovac": "~0",
"query-string": "^5.1.0",
"simple-lightbox": "^1.2.9",
"simplecalendar": "^2.7.0",
"simpleprompt": "^2.3.3",
"to-case": "^2.0.0",
"translate-js": "^1.0.0",
"type-factory": "^2.0.1",
"underscore": "^1.8.3",
"url-join": "^2.0.2"
}
}