mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 12:20:40 -07:00
26 lines
527 B
JSON
26 lines
527 B
JSON
{
|
|
"name": "react-liquidjs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"html-react-parser": "^0.4.7",
|
|
"liquidjs": "^9.1.0",
|
|
"react": "^16.5.2",
|
|
"react-dom": "^16.5.2",
|
|
"react-promise": "^2.0.3",
|
|
"react-scripts": "2.0.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|