forked from navcoin/NavHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 857 Bytes
/
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
{
"name": "navhub",
"version": "1.0.0",
"description": "Maintained by the global NAV community",
"engines": {
"node": ">=8.9.0"
},
"dependencies": {
"rss-parser": "^3.7.2",
"sass": "^1.16.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.2.1"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5"
},
"scripts": {
"start": "hugo server",
"sass": "gulp sass:watch",
"build": "webpack --mode production",
"watch:react": "webpack --watch --mode development"
},
"keywords": [
"NAV",
"NavCoin",
"Cryptocurrency"
],
"author": "NAV Community",
"license": "MIT"
}