-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·58 lines (58 loc) · 1.62 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
{
"name": "yaps.life",
"version": "0.1.0",
"private": true,
"dependencies": {
"@sentry/browser": "^4.3.0",
"axios": "^0.18.0",
"compute-cosine-distance": "^1.0.0",
"euclidean-distance": "^1.0.0",
"firebase": "^4.12.0",
"moment": "^2.22.1",
"npm": "^5.8.0",
"prop-types": "^15.6.2",
"rc-slider": "^8.6.1",
"rc-tooltip": "^3.7.0",
"react": "^16.3.2",
"react-burger-menu": "^2.4.2",
"react-datepicker": "^1.4.1",
"react-dom": "^16.3.2",
"react-places-autocomplete": "^6.0.2",
"react-redux": "^5.1.0",
"react-router-dom": "^4.3.1",
"react-router-hash-link": "^1.2.0",
"react-scripts": "1.0.13",
"redux": "^4.0.1",
"redux-actions": "^2.6.4",
"redux-burger-menu": "^0.2.8",
"redux-saga": "^0.16.2",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.79.1",
"underscore": "^1.8.3",
"uuid": "^3.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test_old": "react-scripts test --env=jsdom",
"test": "jest",
"eject": "react-scripts eject",
"deploy": "yarn test && yarn build && firebase deploy",
"lint": "yarn eslint .",
"lint:fix": "yarn lint --fix"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^21.15.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"jest": "^22.4.3",
"prettier-eslint": "^8.8.1",
"redux-devtools": "^3.4.1"
}
}