-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 935 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 935 Bytes
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": "gitstats",
"version": "1.5.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ivanseed/gitstats.git"
},
"scripts": {
"test": "eslint src",
"start": "if-env NODE_ENV=production && npm run -s serve || npm run -s dev",
"build": "preact build --no-prerender",
"serve": "preact build --no-prerender && preact serve",
"dev": "preact watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"eslintConfig": {
"extends": "eslint-config-synacor"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"eslint": "^4.6.1",
"eslint-config-synacor": "^1.1.1",
"if-env": "^1.0.0",
"preact-cli": "^1.4.1"
},
"dependencies": {
"axios": "^0.16.2",
"date-fns": "^1.28.5",
"preact": "^8.2.5",
"preact-helmet": "^4.0.0-alpha-3",
"node-emoji": "^1.8.1",
"react-octicons": "^0.2.0"
}
}