forked from owlchester/kanka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "npm run watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production && npm run compress",
"production": "mix --production",
"compress": "bread-compressor -s public/css/*.css public/js/*.js"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"axios": "^0.21",
"bootstrap-sass": "^3.4.3",
"bread-compressor-cli": "^1.1.0",
"jquery": "^3.4.1",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.21",
"postcss": "^8.4.13",
"resolve-url-loader": "^5.0.0",
"sass": "^1.22.9",
"sass-loader": "^8.0.0",
"tailwindcss": "^3.0.24",
"vue": "^3.0",
"vue-loader": "^16.2.0"
},
"dependencies": {
"bloodhound-js": "^1.2.3",
"bootstrap": "^4.3.1",
"click-outside-vue3": "^4.0.1",
"corejs-typeahead": "^1.2.1",
"cytoscape": "^3.15.2",
"cytoscape-cose-bilkent": "^4.1.0",
"cytoscape-dblclick": "^0.3.1",
"cytoscape-panzoom": "^2.5.3",
"leaflet.markercluster": "^1.5.3",
"leaflet.markercluster.layersupport": "^2.0.1",
"mitt": "^3.0.0",
"rpg-awesome": "^0.2.0",
"sass-loader": "^8.0.0",
"select2": "^4.0.8",
"sortablejs": "^1.15.0",
"spectrum-colorpicker": "^1.8.1",
"tributejs": "^5.1.3"
}
}