-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
67 lines (67 loc) · 1.78 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "tiled-hexagons",
"version": "1.0.2",
"description": "Simple React single or tessellated 2D/3D hexagon buttons",
"main": "./dist/index.js",
"dependencies": {
"assign-deep": "^1.0.0"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.8.2",
"react-dom": "^16.8.2"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"babel-plugin-prismjs": "^1.0.2",
"babel-polyfill": "^6.26.0",
"color-scheme": "^1.0.1",
"css-loader": "^2.1.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.11.0",
"prismjs": "^1.15.0",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-scroll": "^1.7.11",
"sass-loader": "^7.1.0",
"shuffle-array": "^1.0.1",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-merge": "^4.2.1"
},
"scripts": {
"build": "babel src --out-dir dist",
"build-examples": "webpack --config ./examples/webpack.config.js",
"build-examples-prod": "webpack --config ./examples/webpack.config.prod.js",
"prepublish": "rimraf ./dist && npm run build"
},
"author": "Joseph Surin <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/josephsurin/tiled-hexagons.git"
},
"bugs": {
"url": "https://github.com/josephsurin/tiled-hexagons/issues"
},
"keywords": [
"react",
"react-components",
"react-button",
"button",
"buttons",
"hexagon",
"3d",
"tessellation",
"tiled"
],
"license": "MIT"
}