-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 2.02 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
{
"name": "code_fund_ads",
"private": true,
"license": "CC BY-NC-SA 4.0",
"scripts": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"prettier:check": "prettier-standard -- --check \"app/**/*.js\" \"config/**/*.js\" \"app/**/*.scss\"",
"prettier:format": "prettier-standard -- \"app/**/*.js\" \"config/**/*.js\" \"app/**/*.scss\"",
"prettier:lint": "prettier-standard -- --lint \"app/**/*.js\" \"config/**/*.js\" \"app/**/*.scss\"",
"webpack:analyze": "mkdir -p public/packs && node_modules/.bin/webpack --config config/webpack/production.js --profile --json > public/packs/stats.json && node_modules/.bin/webpack-bundle-analyzer public/packs/stats.json"
},
"dependencies": {
"@fnando/sparkline": "^0.3.10",
"@fullcalendar/bootstrap": "^4.3.0",
"@fullcalendar/core": "^4.3.1",
"@fullcalendar/daygrid": "^4.3.0",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "^5.0.1",
"TinyAnimate": "^0.4.0",
"animate.css": "^3.7.2",
"bootstrap": "^4.4.1",
"bootstrap-daterangepicker": "^3.0.5",
"bootstrap-select": "^1.13.12",
"cable_ready": "^4.1.0",
"codesandbox": "^2.1.12",
"jquery": "^3.4.1",
"jquery-validation": "^1.19.1",
"lodash": "^4.17.15",
"lozad": "^1.14.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"mustache": "^4.0.0",
"noty": "^3.2.0-beta",
"perfect-scrollbar": "^1.5.0",
"popper.js": "^1.16.1",
"rails-erb-loader": "^5.5.2",
"select2": "^4.0.13",
"select2-bootstrap-theme": "^0.1.0-beta.10",
"stimulus": "^1.1.1",
"stimulus_reflex": "^3.1.2",
"svg-injector": "^1.1.3",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"all-contributors-cli": "^6.14.1",
"localtunnel": "^2.0.0",
"prettier-standard": "^16.2.1",
"webpack-bundle-analyzer": "^3.6.1",
"webpack-dev-server": "^3.10.3"
},
"engines": {
"node": "^13.11.0",
"npm": "^6.12.1"
}
}