go-paste/assets/package.json

36 lines
787 B
JSON
Raw Normal View History

2018-03-12 08:52:51 -06:00
{
"name": "paste",
"version": "0.1.0",
"private": true,
"dependencies": {
2020-08-17 08:44:23 -06:00
"bootstrap": "^4.5.2",
"crypto-js": "^4.0.0",
2019-09-06 15:08:50 -06:00
"react": "^16.9.0",
2020-08-17 08:44:23 -06:00
"react-bootstrap": "^1.3.0",
2019-09-06 15:08:50 -06:00
"react-dom": "^16.9.0",
2020-08-17 08:44:23 -06:00
"react-highlight": "^0.12.0",
"react-markdown": "^4.3.1",
"react-router-dom": "^5.2.0",
2019-09-06 15:08:50 -06:00
"react-scripts": "^3.1.1",
2020-08-17 08:44:23 -06:00
"seedrandom": "^3.0.5"
2018-03-12 08:52:51 -06:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
2020-08-17 08:44:23 -06:00
"eject": "react-scripts eject"
2019-09-06 15:08:50 -06:00
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2018-03-12 08:52:51 -06:00
}
}