-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.97 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
{
"name": "hyperloot",
"title": "Hyperloot protocol - Transcending value between games.",
"description": "Hyperloot is an open-source platform that turns in-game items into crypto-assets backed by tokens. It's build around a proven tech stack including Ethereum blockchain. We are creating a gamer community-driven platform to interact with developers as a Hyperloot DAO.",
"description-shord": "Hyperloot is an open-source platform that turns in-game items into crypto-assets backed by tokens.",
"version": "1.0.0",
"author": "dcversus",
"license": "MIT",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --hot --host 0.0.0.0",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"lint": "eslint --ignore-path .gitignore --ignore-pattern \"!**/.*\" .",
"deploy": "yarn build && gh-pages -d dist"
},
"dependencies": {
"moment": "^2.23.0",
"normalize.css": "^7.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"front-matter": "^3.0.1",
"marked": "^0.5.1",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.5",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.24.1",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"eslint": "^5.1.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-import": "^2.13.0",
"extract-text-webpack-plugin": "^3.0.2",
"favicons-webpack-plugin": "^0.0.7",
"file-loader": "^1.1.4",
"gh-pages": "^1.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"script-loader": "^0.7.2",
"style-loader": "^0.21.0",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
}
}