Frontend CLI + Templates
This commit is contained in:
28
react/_tmpl/package.json
Normal file
28
react/_tmpl/package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "{{MODULE_NAME}}",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"shared": "link:../shared",
|
||||
"react": "{{REACT_VERSION}}"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "react-app-rewired start"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"devDependencies": {},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
},
|
||||
"proxy": "http://localhost"
|
||||
}
|
||||
Reference in New Issue
Block a user