mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-07-12 06:44:34 +00:00
init base frontend
This commit is contained in:
parent
ade7f7e288
commit
cfa645120d
52 changed files with 19366 additions and 9 deletions
78
app/webapp/package.json
Normal file
78
app/webapp/package.json
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
{
|
||||
"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",
|
||||
"tailwindcss": "^1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue