@ovine/init
Version:
Apply ovine template more easily.
51 lines (50 loc) • 1.22 kB
JSON
{
"name": "template",
"version": "0.0.1",
"description": "your awesome project.",
"private": true,
"scripts": {
"start": "ovine dev --mock",
"build": "ovine build",
"scss": "ovine scss",
"dll": "ovine dll --no-hash",
"ovine": "ovine",
"clean": "rimraf ./dist ./node_modules/.cache",
"open:dist": "http-server ./dist -i -g -c5 -o / -p 7051 -P http://0.0.0.0:7051?"
},
"dependencies": {
"@ovine/core": "0.1.7",
"@ovine/cli": "0.1.7",
"@hot-loader/react-dom": "^16.8.6",
"immer": "^5.3.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.1.2",
"styled-components": "^5.0.0",
"whatwg-fetch": "^3.0.0",
"lodash": "^4.17.15"
},
"devDependencies": {
"@types/react": "^16.8.6",
"@types/lodash": "^4.14.149",
"@types/styled-components": "^5.0.0",
"@types/react-router-dom": "^5.1.0",
"typescript": "~4.5.5"
},
"license": "MIT",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=10.9.0"
}
}