forked from gitcoinco/code_fund_ads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.1 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
{
"name": "code_fund_ads",
"private": true,
"license": "CC BY-NC-SA 4.0",
"engines": {
"node": "^13.0.1",
"npm": "^6.12.1"
},
"scripts": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"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": "^4.2.2",
"TinyAnimate": "^0.4.0",
"animate.css": "^3.7.2",
"axios": "^0.19.0",
"babel-plugin-lodash": "^3.3.4",
"bootstrap": "^4.3.1",
"bootstrap-daterangepicker": "^3.0.3",
"bootstrap-select": "^1.13.12",
"cable_ready": "^4.0.7",
"clipboard": "^2.0.4",
"codemirror": "^5.42.2",
"codesandbox": "^2.1.10",
"easy-pie-chart": "^2.1.7",
"filestack-js": "^1.10.0",
"flatpickr": "^4.6.3",
"git": "^0.1.5",
"jquery": "^3.4.1",
"jquery-mousewheel": "^3.1.13",
"jquery-validation": "^1.19.1",
"lodash.attempt": "^4.2.0",
"lodash.debounce": "^4.0.8",
"lozad": "^1.14.0",
"moment": "^2.23.0",
"moment-timezone": "^0.5.23",
"mustache": "^3.1.0",
"noty": "^3.2.0-beta",
"perfect-scrollbar": "^1.4.0",
"popper.js": "^1.16.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-preset-env": "^6.6.0",
"rails-erb-loader": "^5.5.2",
"select2": "^4.0.6-rc.1",
"select2-bootstrap-theme": "^0.1.0-beta.10",
"sortablejs": "^1.10.1",
"stimulus": "^1.1.1",
"stimulus_reflex": "^2.1.4",
"svg-injector": "^1.1.3",
"trix": "^1.0.0",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"all-contributors-cli": "^6.8.1",
"prettier-standard": "^15.0.1",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-dev-server": "^3.7.1"
}
}