forked from laravel-enso/enso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 3.72 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
{
"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 --disable-host-check --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 && patch-package"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.1",
"cross-env": "^5.1.6",
"eslint": "^5.0.1",
"eslint-plugin-vue": "^5.0.0",
"laravel-mix": "3.0.0",
"node-sass": "^4.11.0",
"webpack-cli": "^3.2.1"
},
"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": {
"@enso-ui/accessories": "~1.1.0",
"@enso-ui/bulma": "~1.2.0",
"@enso-ui/directives": "^1.0.1",
"@enso-ui/forms": "~1.2.0",
"@enso-ui/mixins": "^1.0.0",
"@enso-ui/select": "~1.1.0",
"@enso-ui/tables": "~1.1.0",
"@enso-ui/themes": "^1.0.0",
"@enso-ui/transitions": "^1.0.1",
"@enso-ui/ui": "~1.5.0",
"@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",
"animate.css": "^3.6.1",
"axios": "^0.18",
"bulma": "^0.7.2",
"opencollective": "^1.0.3",
"opencollective-postinstall": "^2.0.0",
"patch-package": "^6.0.2",
"popper.js": "^1.14.7",
"postinstall-postinstall": "^2.0.0",
"pusher-js": "^4.2.2",
"raven-js": "^3.26.2",
"v-tooltip": "^2.0.0-rc.32",
"vue": "^2.6.8",
"vue-cal": "^2.0.1",
"vue-router": "^3.0.1",
"vuex": "^3.0.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/Enso"
}
}