This repository was archived by the owner on Jan 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.53 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.53 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
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
79
80
81
82
83
84
{
"name": "code_fund",
"version": "1.0.0",
"license": "AGPL-3.0",
"scripts": {
"start": "webpack --mode=development --config ./webpack/webpack.dev.js --watch",
"build": "webpack --mode=production --config ./webpack/webpack.prod.js",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"dependencies": {
"axios": "^0.18.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"bootstrap": "^4.1.3",
"bootstrap-daterangepicker": "2.1.30",
"chart.js": "2.7.1",
"clean-webpack-plugin": "^0.1.19",
"codemirror": "5.33.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.10",
"cssnano": "^3.10.0",
"datatables.net-bs4": "1.10.16",
"dom-classes": "^1.0.0",
"dotenv-webpack": "^1.5.5",
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"flag-icon-css": "2.9.0",
"font-awesome": "^4.7.0",
"fullcalendar": "3.8.0",
"gaugeJS": "1.3.5",
"ion-rangeslider": "2.2.0",
"jquery": "^3.3.1",
"jquery-ui-dist": "1.12.1",
"jquery-validation": "1.17.0",
"jquery.maskedinput": "1.4.1",
"ladda": "1.0.5",
"lodash": "^4.17.5",
"moment": "^2.20.1",
"node-sass": "^4.7.2",
"noty": "^3.2.0-beta",
"pace-progress": "1.0.2",
"phoenix": "^1.3.0",
"phoenix_html": "^2.10.4",
"popper.js": "^1.12.9",
"postcss-cssnext": "^3.1.0",
"postcss-flexbugs-fixes": "^3.3.0",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.1",
"prettier": "^1.11.1",
"qs": "^6.5.2",
"quill": "1.3.4",
"register-service-worker": "^1.1.1",
"sass-loader": "^6.0.7",
"select2": "4.0.6-rc.1",
"selectize": "^0.12.4",
"simple-line-icons": "^2.4.1",
"spinkit": "1.2.5",
"stimulus": "^1.0.1",
"style-loader": "^0.20.2",
"sweetalert2": "^7.18.0",
"toastr": "2.1.4",
"turbolinks": "^5.1.1",
"uglifyjs-webpack-plugin": "^1.2.2",
"url-loader": "^1.0.1",
"webpack": "^4.20.2",
"webpack-cli": "^2.0.11",
"webpack-merge": "^4.1.2",
"workbox-webpack-plugin": "^2.1.3"
},
"devDependencies": {
"all-contributors-cli": "^4.11.0"
}
}