-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 1.13 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
{
"name": "img-src-client",
"version": "0.1.0",
"dependencies": {
"@youversion/tupos-auth": "^0.1.10",
"@youversion/tupos-base": "^0.1.10",
"babel-polyfill": "^6.26.0",
"moment": "^2.23.0",
"prop-types": "15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-dropzone": "^4.2.9",
"react-helmet": "^5.2.0",
"react-intl": "^2.4.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"react-spinners": "^0.4.8",
"shortid": "^2.2.8"
},
"scripts": {
"start": "HTTPS=true react-scripts start",
"win-start": "set HTTPS=true&&react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"models": "tupos make-models ./src/tupos",
"model-docs": "tupos serve-docs ./src/tupos"
},
"devDependencies": {
"@youversion/tupos-cli": "^0.1.10",
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.11.1"
},
"proxy": "https://localhost:5000"
}