mon-entreprise/publicodes-react/package.json

32 lines
741 B
JSON

{
"name": "publicodes-react",
"version": "1.0.0-beta.5",
"description": "UI to explore publicodes computations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"classnames": "^2.2.6",
"focus-trap-react": "^3.1.2",
"i18next": "^19.4.4",
"publicodes": "^1.0.0-beta.5",
"ramda": "^0.27.0",
"react-easy-emoji": "^1.4.0",
"react-i18next": "^11.4.0",
"react-markdown": "^4.3.1",
"styled-components": "^5.1.0",
"yaml": "^1.9.2"
},
"peerDependencies": {
"react": "^17.0.0",
"react-router-dom": "^5.1.1",
"react-router-hash-link": "^1.2.2"
},
"scripts": {
"build": "tsc",
"prepare": "yarn run build",
"test": "echo \"Error: no test specified\""
},
"author": "",
"license": "MIT"
}