wisemapping-frontend/package.json

45 lines
1.2 KiB
JSON
Raw Normal View History

2020-11-27 04:03:24 +01:00
{
2020-12-05 19:42:11 +01:00
"name": "wisemapping-react",
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"clean": "lerna clean && rm -rf node_modules",
2021-02-23 07:39:09 +01:00
"lint": "lerna run lint --stream",
"test": "lerna run test --stream",
"test:snapshots": "lerna run test:snapshots --stream"
2020-12-05 19:42:11 +01:00
},
"private": true,
"devDependencies": {
2021-02-23 07:27:19 +01:00
"husky": "4",
2021-02-23 07:16:10 +01:00
"lerna": "^3.16.4",
2021-07-16 16:41:58 +02:00
"lint-staged": "^10.5.4"
2020-12-05 19:42:11 +01:00
},
"workspaces": [
"packages/*"
],
"author": {
"name": "Paulo Veiga",
"login.email": "pveiga@wisemapping.com"
},
"contributors": [
"Ezequiel Bergamaschi"
],
"engines": {
2021-12-13 03:35:48 +01:00
"node": ">=16.0.0"
2020-12-05 19:42:11 +01:00
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"homepage": "http://localhost:8080/react",
2021-10-05 01:56:40 +02:00
"license": "https://wisemapping.atlassian.net/wiki/spaces/WS/pages/524357/WiseMapping+Public+License+Version+1.0+WPL"
2021-02-17 04:47:09 +01:00
}