go-paste/assets/package.json

18 lines
407 B
JSON
Raw Normal View History

2018-03-12 08:52:51 -06:00
{
"name": "paste",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts": "1.1.1",
"sour-is": "git+ssh://git@git.dn42.us:xuu/souris-react.git"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}