38 lines
936 B
JSON
38 lines
936 B
JSON
{
|
|
"name": "listmonk",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"antd": "^3.6.5",
|
|
"axios": "^0.18.0",
|
|
"bizcharts": "^3.2.5-beta.4",
|
|
"dayjs": "^1.7.5",
|
|
"react": "^16.4.1",
|
|
"react-app-rewire-less": "^2.1.3",
|
|
"react-app-rewired": "^1.6.2",
|
|
"react-dom": "^16.4.1",
|
|
"react-quill": "^1.3.1",
|
|
"react-router": "^4.3.1",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-scripts": "1.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-app-rewired start",
|
|
"build": "GENERATE_SOURCEMAP=false PUBLIC_URL=/frontend/ react-app-rewired build",
|
|
"test": "react-app-rewired test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-import": "^1.11.0",
|
|
"eslint-plugin-prettier": "^3.0.1",
|
|
"less-plugin-npm-import": "^2.1.0",
|
|
"prettier": "1.15.3"
|
|
},
|
|
"prettier": {
|
|
"semi": false
|
|
}
|
|
}
|