amzn/style-dictionary

View on GitHub
examples/advanced/create-react-app/package.json

Summary

Maintainability
Test Coverage
{
  "name": "style-dictionary-create-react-app",
  "description": "",
  "version": "1.0.0",
  "dependencies": {
    "node-sass": "^4.14.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-scripts": "^3.4.1",
    "styled-components": "^5.1.1"
  },
  "devDependencies": {
    "style-dictionary": "2.10.1"
  },
  "scripts": {
    "build-dictionary": "style-dictionary build --config ./style-dictionary/config.json",
    "start": "npm run build-dictionary && react-scripts start",
    "build": "npm run build-dictionary && 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"
  ],
  "license": "Apache-2.0"
}