marioui-tools
Version:
tools for mario-ui library
36 lines (35 loc) • 832 B
JSON
{
"name": "marioui-tools",
"version": "1.0.2",
"description": "tools for mario-ui library",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"marioUI",
"React",
"TypeScipt"
],
"author": "mario528@163.com",
"repository": {
"type": "git",
"url": "git@github.com:mario528/marioUI-tools.git"
},
"bugs": {
"url": "https://github.com/mario528/marioUI-tools/issues"
},
"license": "ISC",
"devDependencies": {
"babel-loader": "^8.1.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"css-loader": "^4.3.0",
"node-sass": "^4.14.1",
"postcss-loader": "^4.0.2",
"sass-loader": "^10.0.2",
"ts-loader": "^8.0.4",
"url-loader": "^4.1.0",
"webpack": "^4.44.2",
"webpack-merge": "^5.1.4"
}
}