You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
523 B
JSON

{
"name": "assets",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@types/jest": "27.4.0",
"@types/node": "17.0.13",
"solid-js": "^1.3.4",
"solid-scripts": "0.0.61",
"typescript": "4.5.5"
},
"dependencies": {
"solid-app-router": "^0.2.1"
},
"scripts": {
"start": "solid-scripts start",
"build": "solid-scripts build",
"test": "solid-scripts test"
},
"browserslist": [
"Chrome 74",
"Firefox 63",
"Safari 11",
"Edge 17",
"Node 10"
]
}