-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 2.95 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 2.95 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "africanelephantdatabase",
"version": "0.1.0",
"engines": {
"npm": "3.8.9"
},
"repository": {
"type": "git",
"url": "https://github.com/AfESG/AEDWebsite2016"
},
"description": "African Elephant Database Front End 2016",
"main": "index.js",
"scripts": {
"start": "node server.js",
"build": "webpack -p --config webpack/webpack-production.config.js",
"production": "npm run build && node server.js production",
"test": "NODE_ENV=test BABEL_DISABLE_CACHE=1 babel-tape-runner source/**/*.spec.js | faucet",
"postinstall": "npm run build"
},
"keywords": [
"scaffold",
"react",
"flux",
"alt",
"sass",
"scss",
"es6",
"babel",
"webpack",
"autoprefixer",
"eslint"
],
"author": "Nate Bailey",
"license": "ISC",
"dependencies": {
"autoprefixer": "^6.3.6",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.7.2",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-plugin-webpack-loaders": "^0.4.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-tape-runner": "^2.0.1",
"baffle": "^0.3.5",
"bloodhound-js": "^1.2.1",
"css-loader": "^0.23.1",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^7.0.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-react": "^4.3.0",
"estraverse-fb": "^1.3.1",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"faucet": "0.0.1",
"file-loader": "^0.8.4",
"geojson-flatten": "^0.2.1",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.4.0",
"html-loader": "^0.4.3",
"isarray": "^1.0.0",
"isomorphic-fetch": "^2.2.1",
"json-loader": "^0.5.4",
"leaflet": "^0.7.7",
"lodash": "^4.6.1",
"lodash.assign": "^4.0.9",
"lodash.compact": "^3.0.1",
"lodash.filter": "^4.4.0",
"lodash.find": "^4.4.0",
"lodash.flattendeep": "^4.2.0",
"lodash.isarray": "^4.0.0",
"lodash.isempty": "^4.2.1",
"lodash.keys": "^4.0.7",
"lodash.once": "^4.0.0",
"lodash.throttle": "^4.0.1",
"lodash.uniq": "^4.3.0",
"markdown-loader": "^0.1.7",
"memory-cache": "^0.1.6",
"node-libs-browser": "^1.0.0",
"node-sass": "^3.4.2",
"poststylus": "^0.2.3",
"react": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"react-dom": "^15.0.1",
"react-hot-loader": "^1.2.8",
"react-leaflet": "^0.11.7",
"react-redux": "^4.0.0",
"react-remarkable": "^1.1.1",
"react-router": "^2.4.1",
"react-tooltip": "^3.1.8",
"redux": "^3.0.2",
"redux-thunk": "^2.1.0",
"safe-access": "^0.1.0",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"stylelint-webpack-plugin": "^0.2.0",
"stylus-loader": "^2.1.1",
"tape": "^4.5.1",
"url-loader": "^0.5.6",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.14.1",
"webpack-notifier": "^1.2.1"
}
}