yj-design
Version:
yj-design
40 lines (39 loc) • 914 B
JSON
{
"name": "yj-design",
"version": "1.0.1",
"description": "yj-design",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"lib",
"dist",
"es"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js --progress",
"compile": "tsc && tsc -p tsconfig-es.json"
},
"keywords": [
"glodon"
],
"author": "YongjieXue",
"license": "ISC",
"devDependencies": {
"fs": "0.0.1-security",
"html-webpack-plugin": "^4.3.0",
"ts-loader": "^8.0.3",
"webpack": "^4.44.1",
"webpack-cli": "^4.0.0-beta.2",
"webpack-html-plugin": "^0.1.1"
},
"dependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"bable-loader": "0.0.1-security",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"typescript": "^4.0.2"
}
}