2019-04-28 17:22:49 -07:00

41 lines
988 B
JSON

{
"name": "demo",
"homepage": "https://www.kevinqi.com/react-circular-progressbar",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/classnames": "^2.2.7",
"@types/d3-ease": "^1.0.8",
"@types/jest": "24.0.11",
"@types/node": "11.13.6",
"@types/react": "16.8.14",
"@types/react-dom": "16.8.4",
"classnames": "^2.2.6",
"d3-ease": "^1.0.5",
"gh-pages": "^2.0.1",
"react": "^16.8.6",
"react-circular-progressbar": "file:./../",
"react-dom": "^16.8.6",
"react-move": "^5.2.1",
"react-scripts": "2.1.8",
"typescript": "3.4.4"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}