-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.79 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
{
"private": true,
"name": "instawalkin",
"version": "1.0.0",
"description": "This README would normally document whatever steps are necessary to get your application up and running.",
"main": "CustomFunctions.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"dependencies": {
"formik": "^1.5.8",
"laravel-echo": "^1.6.1",
"moment": "^2.24.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-device-detect": "^1.9.10",
"react-facebook-pixel": "^0.1.3",
"vue-form": "^4.10.3",
"yup": "^0.27.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"axios": "^0.18",
"babel-preset-react": "^6.23.0",
"bootstrap": "^4.4.0",
"cross-env": "^5.1",
"highlight.js": "^9.18.1",
"jquery": "^3.4",
"laravel-mix": "^4.0.13",
"lodash": "^4.17.5",
"medium-zoom": "^1.0.5",
"moment-timezone": "^0.5.27",
"nprogress": "^0.2.0",
"popper.js": "^1.12",
"pusher-js": "^5.1.1",
"react": "^16.8.6",
"react-dom": "^16.2.0",
"resolve-url-loader": "^3.1.0",
"sass": "^1.24.0",
"sass-loader": "^7.1.0",
"vue": "^2.6.10",
"vue-headful": "^2.1.0",
"vue-router": "^3.1.5",
"vue-template-compiler": "^2.6.10"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
},
"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",
"build-signup": "cd nova-components/Signup && npm run dev",
"build-signup-prod": "cd nova-components/Signup && npm run prod"
},
"repository": {
"type": "git",
"url": "git+https://marcomaigua1346@bitbucket.org/instawalkinmanagerapp/instawalkin.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/instawalkinmanagerapp/instawalkin#readme"
}