-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.85 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "build.js",
"version": "1.0.0",
"description": "Reefwatch Marine Species Survey",
"main": "index.js",
"dependencies": {
"amazon-cognito-identity-js": "^2.0.3",
"aws-sdk": "^2.238.1",
"bootstrap": "^3.3.6",
"bootstrap-validator": "^0.10.2",
"history": "^1.17.0",
"jquery": "^2.2.1",
"meraki-slider": "^1.3.5",
"moment": "^2.13.0",
"normalize.css": "^4.1.1",
"react": "^0.14.8",
"react-addons-css-transition-group": "^15.1.0",
"react-addons-test-utils": "^15.0.2",
"react-bootstrap": "^0.29.3",
"react-bootstrap-datetimepicker": "0.0.22",
"react-bootstrap-table": "2.7.0",
"react-bootstrap-typeahead": "1.4.2",
"react-dom": "^0.14.7",
"react-dropzone": "^3.4.0",
"react-image-gallery": "^0.8.11",
"react-router": "^2.4.0",
"react-router-dom": "^4.2.2",
"react-select": "^1.0.0-beta11"
},
"scripts": {
"start": "webpack-dev-server --host 127.0.0.1 --port 3000 --inline --content-base . --hot",
"clean": "rm -R ./node_modules/",
"clean-fg": "rm -R ./node_modules/form-generator-react/ && npm install",
"eslint": "eslint js/**/*.js data/**/*.js",
"webpack": "webpack",
"webpack-check": "webpack | webpack-bundle-size-analyzer",
"test": "jest",
"test-changes": "jest --changedonly",
"postinstall": "cd API && npm install && cd ../",
"postupdate": "cd API && npm update && cd ../",
"today": "git log --pretty=\"%h %s\" --since=midnight"
},
"devDependencies": {
"babel-core": "^6.5.1",
"babel-eslint": "^6.0.4",
"babel-jest": "^12.0.2",
"babel-loader": "^6.2.2",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.9.0",
"eslint-config-loopback": "^12.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-react": "^5.0.1",
"expose-loader": "^0.7.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.1",
"http-server": "^0.8.5",
"install": "^0.6.1",
"jest-cli": "^12.0.2",
"json-loader": "^0.5.7",
"node-sass": "^4.8.3",
"npm": "^3.8.8",
"path": "^0.12.7",
"react-addons-test-utils": "^0.14.8",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"underscore": "^1.8.3",
"url-loader": "^0.5.7",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.14.1"
},
"jest": {
"unmockedModulePathPatterns": [
"./node_modules/react",
"./node_modules/react-dom",
"./node_modules/react-addons-test-utils"
]
},
"author": "",
"license": "CC0-1.0",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/growingdatafoundation/reefwatch.git"
},
"bugs": {
"url": "https://github.com/growingdatafoundation/reefwatch/issues"
},
"homepage": "https://github.com/growingdatafoundation/reefwatch#readme"
}