-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.56 KB
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": "studybuddys",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "0.0.2",
"@date-io/luxon": "0.0.2",
"@fortawesome/fontawesome-free": "^5.4.1",
"@fortawesome/fontawesome-svg-core": "^1.2.6",
"@material-ui/core": "^3.2.0",
"@material-ui/icons": "^3.0.1",
"aos": "^2.3.4",
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"cors": "^2.8.4",
"date-fns": "^2.0.0-alpha.25",
"dotenv": "^6.1.0",
"enzyme-adapter-react-16": "^1.6.0",
"firebase": "^5.5.4",
"firebase-tools": "^6.1.1",
"font-awesome": "^4.7.0",
"luxon": "^1.7.1",
"material-ui-pickers": "^2.0.4",
"moment": "^2.22.2",
"rc-calendar": "^9.7.11",
"rc-time-picker": "^3.4.0",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.1",
"react-test-renderer": "^16.6.1",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"styled-components": "^4.0.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": {
"@babel/core": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-preset-env": "^1.7.0",
"chai": "^4.2.0",
"chai-http": "^4.2.0",
"enzyme": "^3.7.0",
"enzyme-to-json": "^3.3.5",
"mocha": "^5.2.0"
}
}