32 lines
No EOL
1.2 KiB
JSON
32 lines
No EOL
1.2 KiB
JSON
{
|
|
"name": "app-name",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "webpack-dev-server --open --config webpack.dev.js",
|
|
"dist": "webpack --config webpack.prod.js"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.14.8",
|
|
"@babel/preset-env": "^7.14.9",
|
|
"@babel/preset-react": "^7.14.5",
|
|
"babel-loader": "^8.2.2",
|
|
"css-loader": "^3.6.0",
|
|
"eslint": "^7.32.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"mini-css-extract-plugin": "^0.8.2",
|
|
"style-loader": "^1.3.0",
|
|
"webpack": "^4.46.0",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-dev-server": "^3.11.2",
|
|
"webpack-merge": "^4.2.2"
|
|
},
|
|
"dependencies": {
|
|
"mcf-components": "git+ssh://git@bitbucket.org/SmartclipDev/mcf-components.git#v0.2.0",
|
|
"mcf-objects": "git+ssh://git@bitbucket.org/SmartclipDev/mcf-objects.git#v0.2.0",
|
|
"smart-ads": "git+ssh://git@bitbucket.org/SmartclipDev/smart-ads.git#v0.2.0",
|
|
"smart-client-socket": "git+ssh://git@bitbucket.org/SmartclipDev/smart-client-socket.git#v0.2.0",
|
|
"smart-utils": "git+ssh://git@bitbucket.org/SmartclipDev/smart-utils.git#v0.1.4"
|
|
}
|
|
} |