42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "ucharify",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "webpack --mode development",
|
|
"build": "webpack --mode production",
|
|
"start": "webpack-dev-server --progress --colors --config ./webpack.config.js --mode development"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/talksik/Ucharify.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/talksik/Ucharify/issues"
|
|
},
|
|
"homepage": "https://github.com/talksik/Ucharify#readme",
|
|
"dependencies": {
|
|
"react": "^16.7.0",
|
|
"react-dom": "^16.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "^6.23.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-loader": "^7.1.5",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"css-loader": "^2.1.0",
|
|
"less": "^3.9.0",
|
|
"less-loader": "^4.1.0",
|
|
"react-hot-loader": "^4.6.3",
|
|
"style-loader": "^0.23.1",
|
|
"webpack": "^4.28.3",
|
|
"webpack-cli": "^3.2.0",
|
|
"webpack-dev-server": "^3.1.14"
|
|
}
|
|
}
|