forked from AMPATH/ampath-esm-clinic-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@ampath/esm-client-dashboard",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"debug": "lerna run start --scope @ampath/esm-clinic-dashboard-${name:-hiv-lists} --stream",
"build": "lerna run build --stream",
"prettier": "prettier"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@types/jest": "^25.2.2",
"babel-eslint": "^10.0.2",
"babel-jest": "^26.0.1",
"babel-loader": "^8.0.6",
"browserslist-config-openmrs": "^1.0.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.0",
"fork-ts-checker-webpack-plugin": "^4.1.3",
"jest": "^26.0.1",
"jest-cli": "^26.0.1",
"lerna": "^3.13.0",
"prettier": "2.0.5",
"systemjs-webpack-interop": "^1.1.0",
"typescript": "^3.9.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}