-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.25 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
{
"name": "cryptonotif",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"dotenv": "^6.2.0",
"firebase": "^5.7.3",
"node-sass": "^4.11.0",
"react": "^16.7.0",
"react-autosuggest": "^9.4.3",
"react-dom": "^16.7.0",
"react-scripts": "2.1.3",
"sass": "^1.16.0",
"ws": "^6.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/jest": "^24.0.6",
"@types/node": "^11.9.4",
"@types/react": "^16.8.4",
"@types/react-autosuggest": "^9.3.7",
"@types/react-dom": "^16.8.2",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.9.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-react-app": "^3.0.7",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.3.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"firebase-mock": "^2.2.10",
"prettier": "1.16.4",
"react-test-renderer": "^16.8.3",
"typescript": "^3.3.3333"
}
}