-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.84 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.84 KB
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
{
"name": "rcj",
"version": "1.0.0",
"description": "<p align=\"center\"><img src=\"https://laravel.com/assets/img/components/logo-laravel.svg\"></p>",
"main": "webpack.mix.js",
"directories": {
"test": "tests"
},
"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": "npm run development -- --watch",
"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 --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.17",
"cross-env": "^5.1",
"laravel-mix": "^1.0",
"lodash": "^4.17.4",
"sw-precache-webpack-plugin": "^0.11.5",
"vue": "^2.5.17"
},
"dependencies": {
"circular-json": "^0.3.0",
"material-design-lite": "^1.3.0",
"moment": "^2.22.2",
"toastr": "^2.1.4",
"vue-ckeditor2": "^2.0.9",
"vue-content-placeholders": "^0.2.1",
"vue-infinite-loading": "^2.3.2",
"vue-router": "^3.0.1",
"vue-simple-calendar": "^4.0.2",
"vue-stripe-elements-plus": "^0.2.9",
"vue-toasted": "^1.1.24",
"vuetify": "^1.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foo614/redcrescentjohor.github.io.git"
},
"author": "FLD",
"license": "ISC",
"bugs": {
"url": "https://github.com/foo614/redcrescentjohor.github.io/issues"
},
"homepage": "https://github.com/foo614/redcrescentjohor.github.io#readme"
}