-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.94 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
68
69
70
71
72
73
74
75
76
{
"name": "whiskey-notes",
"version": "0.1.0",
"description": "Online book of whiskey tasting notes",
"main": "index.js",
"scripts": {
"start": "hjs-dev-server",
"build": "BABEL_ENV=production webpack",
"predeploy": "npm run build",
"deploy": "surge public whiskeynot.es",
"test": "standard"
},
"author": "Mark Palfreeman <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^0.15.1",
"chart.js": "^2.0.2",
"hjs-webpack": "^9.0.0",
"re-base": "^2.7.0",
"react": "^15.0.1",
"react-chartjs": "^0.7.3",
"react-dom": "^15.0.1",
"react-router": "^2.0.1",
"webfontloader": "^1.6.24"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.7.4",
"babel-eslint": "^6.0.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-register": "^6.7.2",
"css-loader": "^0.23.1",
"eslint": "^3.8.0",
"eslint-config-standard": "^5.1.0",
"eslint-config-standard-jsx": "^1.1.1",
"eslint-config-standard-react": "^2.3.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-react": "^6.4.0",
"eslint-plugin-standard": "^1.3.2",
"json-loader": "^0.5.4",
"node-sass": "^3.4.2",
"nyc": "^6.1.1",
"postcss-loader": "^0.9.1",
"react-hot-loader": "^1.3.0",
"sass-loader": "^3.2.0",
"standard": "^9.0.2",
"style-loader": "^0.13.1",
"webpack": "^3.12.0"
},
"keywords": [
"whiskey",
"react",
"reactjs",
"babel",
"javascript",
"js",
"spa",
"webapp"
],
"repository": {
"type": "git",
"url": "https://github.com/markpalfreeman/whiskey-notes.git"
},
"bugs": {
"url": "https://github.com/markpalfreeman/whiskey-notes/issues"
},
"homepage": "https://whiskey-notes.netlify.app",
"engines": {
"node": "~7.10",
"npm": "~5.10"
}
}