mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-01-19 17:34:43 +00:00
81 lines
2.2 KiB
JSON
81 lines
2.2 KiB
JSON
{
|
|
"name": "adonis-inertia-react-starter",
|
|
"version": "4.1.0",
|
|
"adonis-version": "4.1.0",
|
|
"description": "Adonis, Inertia, React, Emotion, TailwindCSS, Webpack Mix, PostCSS",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "node ace test",
|
|
"webpack-server": "/opt/node_modules/webpack/bin/webpack.js --progress --hide-modules --config=/opt/node_modules/laravel-mix/setup/webpack.config.js",
|
|
"watch": "npm run webpack-server -- --watch"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"adonisjs",
|
|
"adonis-app",
|
|
"inertajs",
|
|
"react"
|
|
],
|
|
"author": "",
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@adonisjs/ace": "^5.0.8",
|
|
"@adonisjs/bodyparser": "^2.0.9",
|
|
"@adonisjs/cors": "^1.0.7",
|
|
"@adonisjs/fold": "^4.0.9",
|
|
"@adonisjs/framework": "^5.0.9",
|
|
"@adonisjs/ignitor": "^2.0.8",
|
|
"@adonisjs/lucid": "^6.1.3",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@inertiajs/inertia": "^0.1.7",
|
|
"@inertiajs/inertia-react": "^0.1.4",
|
|
"@tailwindcss/ui": "^0.1.3",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/user-event": "^7.1.2",
|
|
"inertia-adonis": "^0.1.2",
|
|
"node-cookie": "^2.1.2",
|
|
"pg": "^7.18.2",
|
|
"react": "^16.13.0",
|
|
"react-dom": "^16.13.0",
|
|
"react-scripts": "3.4.0",
|
|
"recharts": "^1.8.5",
|
|
"tailwindcss": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
"@babel/plugin-transform-react-jsx": "^7.9.1",
|
|
"@babel/preset-react": "^7.9.1",
|
|
"@emotion/core": "^10.0.28",
|
|
"@emotion/styled": "^10.0.27",
|
|
"autoprefixer": "^9.7.4",
|
|
"babel-plugin-macros": "^2.8.0",
|
|
"laravel-mix": "^5.0.4",
|
|
"laravel-mix-purgecss": "^5.0.0-rc.1",
|
|
"laravel-mix-tailwind": "^0.1.0",
|
|
"postcss-cli": "^7.1.0",
|
|
"postcss-loader": "^3.0.0",
|
|
"sass": "^1.26.3",
|
|
"twin.macro": "^1.0.0-alpha.7"
|
|
},
|
|
"autoload": {
|
|
"App": "./app"
|
|
}
|
|
}
|