-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.52 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
{
"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"
},
"dependencies": {
"@graywolfai/react-heroicons": "^1.0.0",
"@inertiajs/inertia": "^0.1.9",
"axios": "^0.19.2",
"lodash": "^4.17.19",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-use": "^13.27.1"
},
"devDependencies": {
"@babel/preset-react": "^7.10.4",
"@fullhuman/postcss-purgecss": "^1.3.0",
"@inertiajs/inertia-react": "^0.1.6",
"@sentry/browser": "^5.18.1",
"babel-eslint": "^10.1.0",
"classnames": "^2.2.6",
"cross-env": "^6.0.3",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.20.3",
"laravel-mix": "^5.0.4",
"postcss-import": "^12.0.1",
"postcss-nesting": "^7.0.1",
"resolve-url-loader": "^3.1.1",
"tailwindcss": "^1.4.6"
},
"peerDependencies": {
"@inertiajs/inertia": "^0.1.9"
}
}