-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.63 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
{
"name": "try-that-app",
"version": "0.1.0",
"private": true,
"homepage": "https://trythat.today",
"license": "MIT",
"devDependencies": {
"custom-react-scripts": "^0.2.2",
"gh-pages": "^1.0.0"
},
"dependencies": {
"create-react-class": "^15.6.3",
"history": "^4.7.2",
"marked": "^0.5.1",
"mobx": "^5.5.2",
"mobx-react": "^5.3.5",
"moment": "^2.22.2",
"promise.prototype.finally": "^3.1.0",
"prop-types": "^15.6.2",
"webpack": "^4.27.1",
"query-string": "^6.2.0",
"react": "^16.6.3",
"react-scripts": "^2.1.1",
"react-datepicker": "^1.7.0",
"react-dom": "^16.6.0",
"react-helmet": "^5.2.0",
"react-images-upload": "^1.2.3",
"react-images-uploader": "^1.2.0-rc1",
"react-input-range": "latest",
"react-input-range-minmax-label": "^0.9.3",
"react-location-picker": "^1.3.0",
"react-native": "^0.57.3",
"react-native-photo-upload": "^1.3.0",
"react-progress-button": "^5.1.0",
"react-router-dom": "^4.3.1",
"react-select": "^2.1.1",
"react-tagsinput": "^3.19.0",
"superagent": "^4.0.0-beta.5",
"superagent-promise": "^1.1.0"
},
"scripts": {
"start": "react-scripts start",
"start-prod": "NODE_ENV=production react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"browserslist": [
">0.2%",
"not ie <= 11",
"not op_mini all"
],
"eslintConfig": {
"parserOptions": {
"ecmaFeatures": {
"legacyDecorators": true
}
}
}
}