28 lines
705 B
JSON
28 lines
705 B
JSON
{
|
|
"name": "hensei-web",
|
|
"version": "1.0.0",
|
|
"author": "Justin Edmund (@jedmund)",
|
|
"main": "./src/index.html",
|
|
"browserslist": "last 2 versions",
|
|
"dependencies": {
|
|
"@svgr/parcel-plugin-svgr": "^5.4.0",
|
|
"autoprefixer": "^9.8.6",
|
|
"parcel-bundler": "^1.12.4",
|
|
"postcss-modules": "^3.2.2",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-router-dom": "^5.2.0",
|
|
"typescript": "^4.0.2"
|
|
},
|
|
"scripts": {
|
|
"dev": "parcel ./src/index.html",
|
|
"build": "parcel build ./src/index.html",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"compilerOptions": {
|
|
"jsx": "react"
|
|
},
|
|
"devDependencies": {
|
|
"postcss-normalize": "^9.0.0"
|
|
}
|
|
}
|