-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·45 lines (45 loc) · 1.02 KB
/
package.json
File metadata and controls
executable file
·45 lines (45 loc) · 1.02 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
{
"description": "CMS for mobile solutions",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"ajv": "^6.5.2",
"chart.js": "^2.9.4",
"codeflask": "^0.3.0",
"font-awesome": "^4.7.0",
"jquery-ui": "^1.12.1",
"laravel-mix": "^6.0.0",
"materialize-css": "^0.100.2",
"moment": "^2.22.1",
"sweetalert": "^2.1.0",
"trumbowyg": "^2.24.0"
},
"devDependencies": {
"axios": "^0.21.1",
"css-loader": "^6.0.0",
"file-loader": "^6.0.0",
"lodash": "^4.17.21",
"popper": "^1.0.1",
"popper.js": "^1.16.1",
"resolve-url-loader": "2.3.1",
"sass": "^1.35.1",
"sass-loader": "^10.2.0",
"style-loader": "^0.21.0"
},
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"keywords": [
"E-sites",
"CMS",
"Mobile"
],
"author": "Thomas Roovers, E-sites",
"license": "BSD-3-Clause"
}