This repository has been archived by the owner on Apr 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
59 lines (59 loc) · 1.66 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
{
"name": "posm-admin",
"description": "POSM Admin",
"version": "0.1.3",
"author": "Seth Fitzsimmons <[email protected]>",
"dependencies": {
"bootstrap-sass": "^3.3.7",
"dropzone": "^4.3.0",
"fastclick": "^1.0.6",
"font-awesome": "^4.6.3",
"front-matter": "^2.0.7",
"gatsby": "^0.12.17",
"gentelella": "^1.3.0",
"highlight.js": "^9.6.0",
"history": "^2.0.2",
"jquery": "^3.1.1",
"js-yaml": "^3.6.0",
"leaflet": "^0.7.7",
"markdown-it": "^7.0.1",
"markdown-it-abbr": "^1.0.3",
"markdown-it-attrs": "^0.6.3",
"markdown-it-deflist": "^2.0.1",
"markdown-it-footnote": "^3.0.1",
"markdown-it-sub": "^1.0.0",
"object-assign": "^4.1.0",
"pretty-bytes": "^4.0.2",
"react": "^15.3.2",
"react-bootstrap": "^0.30.5",
"react-dom": "^15.3.2",
"react-dropzone-component": "^1.2.0",
"react-headroom": "^2.1.2",
"react-helmet": "^3.1.0",
"react-responsive-grid": "^0.3.3",
"react-router": "^2.8.1",
"toml": "^2.3.0",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-eslint": "^7.0.0",
"eslint": "^3.7.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"exports-loader": "^0.6.3",
"expose-loader": "^0.7.1",
"eyeglass": "^1.1.2",
"gh-pages": "^0.11.0",
"imports-loader": "^0.6.5"
},
"license": "BSD",
"main": "n/a",
"scripts": {
"build": "gatsby build --prefix-links",
"deploy": "gatsby build --prefix-links && gh-pages -d public -b dist",
"develop": "gatsby develop",
"start": "gatsby develop -p ${PORT:-8000}"
}
}