-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 2.2 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
{
"name": "pocketpasta-api",
"version": "1.9.17",
"description": "Eat spagetti to forgetti your regretti",
"author": {
"name": "Damien Robinson",
"email": "[email protected]",
"url": "https://pocketpasta.com"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/shadow81627/pocketpasta-api.git"
},
"bugs": "https://github.com/shadow81627/pocketpasta-api/issues",
"homepage": "https://pocketpasta.com",
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --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 --disable-host-check --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 --config=node_modules/laravel-mix/setup/webpack.config.js",
"heroku-postbuild": "npm run production"
},
"devDependencies": {
"@inertiajs/inertia": "0.10.1",
"@inertiajs/inertia-vue": "0.7.2",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@tailwindcss/ui": "0.7.2",
"axios": "0.24.0",
"cross-env": "7.0.3",
"laravel-jetstream": "1.2.0",
"lodash": "4.17.21",
"moment": "2.29.1",
"portal-vue": "2.1.7",
"postcss-import": "14.0.2",
"prettier": "2.5.1",
"@inertiajs/inertia-vue3": "0.5.2",
"@inertiajs/progress": "0.2.6",
"@tailwindcss/forms": "0.4.0",
"@tailwindcss/typography": "0.4.1",
"@vue/compiler-sfc": "3.2.26",
"autoprefixer": "10.4.0",
"laravel-mix": "6.0.39",
"postcss": "8.4.5",
"resolve-url-loader": "4.0.0",
"tailwindcss": "2.2.19",
"vue": "3.2.26",
"vue-loader": "17.0.0",
"vue-template-compiler": "2.6.14"
}
}