forked from laravel24/genealogy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 3.99 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"
},
"devDependencies": {
"babel-eslint": "8.2.5",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"cross-env": "5.2.0",
"eslint": "5.0.1",
"eslint-config-airbnb": "17.0.0",
"eslint-config-airbnb-base": "13.0.0",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.10.0",
"eslint-plugin-vue": "4.5.0",
"laravel-mix": "2.1.11",
"node-sass": "4.9.0",
"sass-loader": "6.0.7",
"vue-template-compiler": "2.5.16"
},
"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": "",
"license": "ISC",
"jshintConfig": {
"esversion": 6
},
"false": {},
"dependencies": {
"@fortawesome/fontawesome": "1.1.8",
"@fortawesome/fontawesome-free-brands": "5.0.13",
"@fortawesome/fontawesome-free-regular": "5.0.13",
"@fortawesome/fontawesome-free-solid": "5.0.13",
"@fortawesome/vue-fontawesome": "0.0.22",
"accounting-js": "1.1.1",
"animate.css": "3.6.1",
"axios": "0.17.1",
"bulma": "0.7.1",
"bulma-extensions": "2.2.1",
"bulmaswatch": "0.6.2",
"chart.js": "2.7.2",
"chartjs-plugin-datalabels": "0.3.0",
"css-element-queries": "1.0.2",
"d3": "5.5.0",
"d3-dtree": "2.0.2",
"date-fns": "2.0.0-alpha.7",
"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",
"nprogress": "0.2.0",
"popper.js": "1.14.3",
"pusher-js": "4.2.2",
"raven-js": "3.26.3",
"textarea-caret": "3.1.0",
"tooltip.js": "1.2.0",
"v-click-outside": "1.0.5",
"v-tooltip": "2.0.0-rc.33",
"video.js": "7.0.5",
"vue": "2.5.16",
"vue-d3-network": "0.1.24",
"vue-router": "3.0.1",
"vue-video-player": "5.0.2",
"vued3tree": "3.5.0",
"vuex": "3.0.1",
"zxcvbn": "4.4.2"
}
}