v1
Showing
... | ... | @@ -17,12 +17,13 @@ |
"@babel/preset-react": "^7.0.0", | ||
"@babel/preset-typescript": "^7.1.0", | ||
"@rtsao/plugin-proposal-class-properties": "^7.0.1-patch.1", | ||
"@types/chokidar": "^1.7.5", | ||
"@types/classnames": "^2.2.6", | ||
"@types/d3": "^4.10.1", | ||
"@types/enzyme": "^3.1.13", | ||
"@types/jest": "^23.3.2", | ||
"@types/jquery": "^1.10.35", | ||
"@types/node": "^8.0.31", | ||
"@types/node": "^10.12.24", | ||
"@types/react": "^16.7.6", | ||
"@types/react-dom": "^16.0.9", | ||
"@types/react-grid-layout": "^0.16.6", | ||
... | ... | @@ -35,6 +36,7 @@ |
"babel-jest": "^23.6.0", | ||
"babel-loader": "^8.0.4", | ||
"babel-plugin-angularjs-annotate": "^0.9.0", | ||
"chokidar": "^2.1.0", | ||
"clean-webpack-plugin": "^0.1.19", | ||
"css-loader": "^0.28.7", | ||
"enzyme": "^3.6.0", | ||
... | ... | @@ -69,6 +71,7 @@ |
"jest-date-mock": "^1.0.6", | ||
"lint-staged": "^6.0.0", | ||
"load-grunt-tasks": "3.5.2", | ||
"log-timestamp": "^0.2.1", | ||
"mini-css-extract-plugin": "^0.4.0", | ||
"mocha": "^4.0.1", | ||
"monaco-editor": "^0.15.6", | ||
... | ... | @@ -95,6 +98,7 @@ |
"systemjs-plugin-css": "^0.1.36", | ||
"ts-jest": "^23.10.4", | ||
"ts-loader": "^5.1.0", | ||
"ts-node": "^8.0.2", | ||
"tslib": "^1.9.3", | ||
"tslint": "^5.8.0", | ||
"tslint-loader": "^3.5.3", | ||
... | ... | @@ -120,7 +124,9 @@ |
"jest": "jest --notify --watch", | ||
"api-tests": "jest --notify --watch --config=tests/api/jest.js", | ||
"precommit": "grunt precommit", | ||
"storybook": "cd packages/grafana-ui && yarn storybook" | ||
"storybook": "cd packages/grafana-ui && yarn storybook", | ||
"tmp": "nodemon -e ts -w ./packages/grafana-ui/src/themes -x yarn run tmp:exec", | ||
"tmp:exec": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/watch.ts" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
scripts/cli/nodemon.json
0 → 100644
scripts/cli/tsconfig.json
0 → 100644
scripts/cli/watch.ts
0 → 100644
Please
register
or
sign in
to comment