1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "name": "dt-theme",
- "version": "1.0.11",
- "main": "lib/index.js",
- "dependencies": {
- "@testing-library/jest-dom": "^5.17.0",
- "@testing-library/react": "^13.4.0",
- "@testing-library/user-event": "^13.5.0",
- "web-vitals": "^2.1.4"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "start-dev": "react-app-rewired start",
- "test": "react-scripts test",
- "eject": "react-scripts eject",
- "pub1": "npx webpack --config webpack.config.js && npm publish",
- "prepare": "husky install"
- },
- "eslintConfig": {
- "extends": [
- "react-app",
- "react-app/jest"
- ]
- },
- "browserslist": {
- "production": [
- ">0.2%",
- "not dead",
- "not op_mini all"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
- },
- "files": [
- "lib"
- ],
- "devDependencies": {
- "webpack-cli": "^5.1.4",
- "react": "^18.3.1",
- "react-dom": "^18.3.1",
- "react-scripts": "5.0.1",
- "husky": "^8.0.1",
- "less": "^4.2.0",
- "less-loader": "^11.1.3",
- "react-app-rewired": "^2.2.1",
- "customize-cra": "^1.0.0",
- "customize-cra-less-loader": "^2.0.0"
- }
- }
|