forked from laravel-enso/enso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 4.01 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"hmr": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"postinstall": "opencollective-postinstall"
},
"devDependencies": {
"@vue/eslint-config-airbnb": "^3.0.3",
"babel-eslint": "^8.2.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"cross-env": "^5.1.6",
"eslint": "^4.19.1",
"eslint-plugin-vue": "^4.5.0",
"laravel-mix": "^2.1.11"
},
"name": "enso",
"description": "[![Build Status](https://travis-ci.org/laravel/framework.svg)](https://travis-ci.org/laravel/framework) [![Total Downloads](https://poser.pugx.org/laravel/framework/d/total.svg)](https://packagist.org/packages/laravel/framework) [![Latest Stable Version](https://poser.pugx.org/laravel/framework/v/stable.svg)](https://packagist.org/packages/laravel/framework) [![Latest Unstable Version](https://poser.pugx.org/laravel/framework/v/unstable.svg)](https://packagist.org/packages/laravel/framework) [![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/laravel/framework)",
"main": "webpack.mix.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "http://github.com/laravel-enso/enso"
},
"keywords": [],
"author": "Adrian Ocneanu",
"license": "ISC",
"jshintConfig": {
"esversion": 6
},
"false": {},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"@fortawesome/fontawesome-svg-core": "^1.2.2",
"@fortawesome/free-brands-svg-icons": "^5.2.0",
"@fortawesome/free-regular-svg-icons": "^5.2.0",
"@fortawesome/free-solid-svg-icons": "^5.2.0",
"@fortawesome/vue-fontawesome": "^0.1.1",
"accounting-js": "^1.1.1",
"animate.css": "^3.6.1",
"axios": "^0.18",
"bulma": "^0.7.2",
"bulma-extensions": "^2.2.1",
"bulmaswatch": "^0.7.0",
"chart.js": "^2.7.2",
"chartjs-plugin-datalabels": "^0.3.0",
"css-element-queries": "^1.0.2",
"date-fns": "2.0.0-alpha.7",
"driver.js": "^0.7.1",
"dropzone": "^5.5.1",
"favico.js": "^0.3.10",
"file-saver": "^1.3.8",
"flag-icon-css": "^3.0.0",
"flatpickr": "^4.5.0",
"highlight.js": "^9.12.0",
"intro.js": "^2.9.3",
"laravel-echo": "^1.4.0",
"lodash": "^4.17.10",
"opencollective": "^1.0.3",
"opencollective-postinstall": "^2.0.0",
"popper.js": "^1.14.3",
"pusher-js": "^4.2.2",
"quill": "^1.3.6",
"raven-js": "^3.26.2",
"textarea-caret": "^3.1.0",
"tooltip.js": "^1.2.0",
"v-click-outside": "^1.0.5",
"v-tooltip": "^2.0.0-rc.32",
"video.js": "^7.0.3",
"vue": "^2.5.16",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.0.1",
"vue-video-player": "^5.0.2",
"vuedraggable": "^2.16.0",
"vuex": "^3.0.0",
"zxcvbn": "^4.4.2"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/Enso"
}
}