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

25 lines
626 B

3 years ago
{
2 years ago
"private": true,
3 years ago
"name": "frontend",
"version": "0.1.0",
3 years ago
"scripts": {
"build": "npx mix"
},
3 years ago
"dependencies": {
3 years ago
"@riotjs/observable": "^4.1.1",
3 years ago
"@tiny-components/plain-ui": "^0.5.0",
"@tiny-components/validator": "^0.1.0",
3 years ago
"got": "^12.0.1",
3 years ago
"riot": "^6.1.2",
"uuid": "^8.3.2"
3 years ago
},
"devDependencies": {
"@riotjs/webpack-loader": "^6.0.0",
"laravel-mix": "^6.0.43",
"laravel-mix-purgecss": "^6.0.0",
3 years ago
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
3 years ago
"svg-spritemap-webpack-plugin": "^4.4.0"
}
}