mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +01:00
* Move BitwiseCmd to typescript * Add serve-build http command * Add Env type * Add CNAME and sitemap.xml files * Add files via upload
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "bitwisecmd",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@types/enzyme": "^3.9.4",
|
|
"@types/jest": "^24.0.15",
|
|
"@types/node": "^12.0.10",
|
|
"@types/react": "^16.8.22",
|
|
"@types/react-dom": "^16.8.4",
|
|
"@types/uuid": "^3.4.4",
|
|
"enzyme": "^3.10.0",
|
|
"enzyme-adapter-react-16": "^1.14.0",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-scripts": "3.0.1",
|
|
"react-test-renderer": "^16.8.6",
|
|
"typescript": "^3.5.2",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"serve-build": "npx http-server ./build -p 3030"
|
|
},
|
|
"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": {
|
|
"@types/enzyme-adapter-react-16": "^1.0.5",
|
|
"http-server": "^0.12.3",
|
|
"wdio-jasmine-framework": "^0.3.8"
|
|
}
|
|
}
|