-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.19 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.19 KB
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
{
"name": "minimap-react",
"version": "1.1.2",
"description": "Minimap React Component",
"main": "lib/react-minimap.js",
"scripts": {
"watch": "cross-env NODE_ENV=development webpack -w",
"build:dev": "cross-env NODE_ENV=development webpack",
"build:production": "cross-env NODE_ENV=production webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UpForce-Tech/minimap-react.git"
},
"keywords": [
"minimap",
"react-minimap",
"component-react-minimap"
],
"author": "upforcetech <github@upforcetech.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/UpForce-Tech/minimap-react/issues"
},
"homepage": "https://github.com/UpForce-Tech/minimap-react#readme",
"dependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.5.2",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.0.1",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^2.1.2",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0"
}
}