-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 977 Bytes
/
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
{
"name": "sgadmin",
"version": "0.1.0",
"private": true,
"dependencies": {
"http-proxy-middleware": "^0.19.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts-laravel": "3.3.0-rc.3"
},
"scripts": {
"start": "HOST=sgadmin.test react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"tailwind": "cross-env ./node_modules/.bin/tailwind build ./resources/react-app/src/assets/tailwind.css -c ./tailwind.config.js -o ./resources/react-app/src/assets/output.css"
},
"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"
]
},
"devDependencies": {
"autoprefixer": "^10.2.4",
"postcss": "^8.2.6",
"tailwindcss": "^2.0.3"
}
}