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.

32 lines
642 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",
"typescript": "4.5.5"
},
"dependencies": {
3 years ago
"@fortawesome/fontawesome-free": "^5.15.4",
"axios": "^0.25.0",
"bulma": "^0.9.3",
"sass": "^1.49.0",
"solid-app-router": "^0.2.1",
"solid-scripts": "^0.0.61"
},
"scripts": {
"start": "solid-scripts start",
"build": "solid-scripts build",
"test": "solid-scripts test"
},
"browserslist": [
"Chrome 74",
"Firefox 63",
"Safari 11",
"Edge 17",
"Node 10"
]
}