forked from arunghosh/react-heatmap-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.38 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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "react-heatmap-grid",
"version": "0.9.0",
"description": "React component for heatmap on grid layout",
"main": "dist/bundle.js",
"scripts": {
"test": "jest",
"dev": "NODE_ENV=dev webpack-dev-server --mode=development",
"build": "rimraf dist && eslint src && NODE_ENV=prod webpack --mode=production"
},
"author": "Arun Ghosh",
"repository": {
"type": "git",
"url": "https://github.com/arunghosh/react-heatmap-grid"
},
"keywords": [
"heatmap",
"react",
"component"
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
"babel-eslint": "^8.0.0",
"babel-jest": "^27.3.1",
"babel-loader": "^8.0.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"css-loader": "^6.5.1",
"enzyme": "^3.2.0",
"eslint": "^3.17.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"jest": "^27.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.0",
"rimraf": "^2.6.1",
"style-loader": "^0.23.1",
"webpack": "^5.0.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
}
}