-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
125 lines (125 loc) · 3.92 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "jream",
"version": "1.5.0",
"description": "JREAM.com Website",
"author": "Jesse Boyer <imboyus@gmail.com>",
"private": true,
"scripts": {
"dev": "npm run development",
"development": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"lint": "eslint --ext .js,.vue resources/js",
"posttest": "nyc report --reporter=html",
"prod": "npm run production",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"webpack": "NODE_ENV=development webpack --progress --hide-modules"
},
"dependencies": {
"axios": "^0.17.1",
"bootstrap": "3.4.1",
"bootstrap-sass": "^3.4.3",
"bottlejs": "^1.7.2",
"jquery": "^3.7.1",
"jquery-expander": "^1.7",
"lodash": "^4.17.21",
"marked": "^0.3.19",
"moment": "^2.30.1",
"simple-line-icons": "^2.5.5",
"tether": "^1.4.7",
"url-loader": "^4.1.1",
"vue": "^2.7.16",
"vue-router": "^3.6.5"
},
"devDependencies": {
"animate-sass": "^0.8.2",
"autoprefixer": "^7.2.6",
"ava": "^0.25.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"bootstrap-validator": "^0.11.9",
"caniuse-lite": "^1.0.30001646",
"chalk": "^2.4.2",
"chokidar": "^1.7.0",
"clean-css": "^4.2.4",
"clean-webpack-plugin": "^0.1.19",
"concatenate": "0.0.2",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.2.1",
"css-loader": "^7.1.2",
"datatable": "^2.0.2",
"devicons": "^1.8",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"es6-promise": "^4.2.8",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-eslint": "^11.0.0",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-loader": "^4.0.2",
"eslint-plugin-html": "^4.0.6",
"eslint-plugin-import": "^2.29.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^6.2.0",
"font-awesome": "^4.7",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs": "0.0.1-security",
"fs-extra": "^11.2.0",
"fs.realpath": "^1.0",
"glob": "^7.2.3",
"hash.js": "^1.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^5.6.0",
"imagemin-webpack-plugin": "^1.6.1",
"img-loader": "^2.0.1",
"jscookie": "^1.1",
"laravel-mix": "^1.7.2",
"mock-fs": "^4.14.0",
"mock-require": "^2.0.2",
"newman": "^3.10.0",
"node-notifier": "^5.4.5",
"node-sass": "^4.14.1",
"nyc": "^11.9.0",
"optimize-css-assets-webpack-plugin": "^3.2.1",
"ora": "^1.4.0",
"portfinder": "^1.0.32",
"postcss-browser-reporter": "^0.7.0",
"postcss-custom-properties": "^6.3.1",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.6",
"postcss-reporter": "^5.0.0",
"postcss-assets": "^5.0.0",
"postcss-image-set-polyfill": "^0.4.4",
"postcss-sorting": "^3.1.0",
"postcss-url": "^7.3.2",
"promise": "^8.0",
"require-dir": "^0.3.2",
"rimraf": "^2.7.1",
"sass-loader": "^6.0.7",
"semver": "^5.7.2",
"sinon": "^4.5.0",
"stable": "^0.1",
"sweetalert2": "^7.33.1",
"swiper": "^3.4.2",
"uglifyjs-webpack-plugin": "^1.3.0",
"urijs": "^1.18",
"vue-loader": "^13.7.3",
"vue-style-loader": "^3.1.2",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.12.0",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-chunk-hash": "^0.5.0",
"webpack-dev-server": "^2.11.5",
"webpack-livereload-plugin": "^1.2.0",
"webpack-merge": "^4.2.2",
"webpack-notifier": "^1.5.0",
"yargs": "^10.1.2"
},
"engines": {
"node": ">=7.5.0"
}
}