1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2026-01-17 02:31:04 +00:00
alejandra/front/package.json
2022-07-21 11:12:29 -07:00

33 lines
692 B
JSON

{
"browserslist": {
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"production": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"dependencies": {
"alejandra_front": "file:pkg",
"codemirror": "5",
"react": "*",
"react-codemirror2": "*",
"react-diff-viewer": "*",
"react-dom": "*",
"react-scripts": "*",
"react-wasm": "*",
"tachyons": "*"
},
"homepage": "https://kamadorueda.github.io/alejandra",
"name": "front",
"private": true,
"scripts": {
"build": "react-scripts build",
"start": "react-scripts start"
},
"version": "0.0.0"
}