8 lines
123 B
JSON
8 lines
123 B
JSON
{
|
|
"scripts": {
|
|
"start": "browserify index.js > bundle.js"
|
|
},
|
|
"dependencies": {
|
|
"query-state": "^3.0.4"
|
|
}
|
|
}
|