-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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
{
"name": "learning-together",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/runtime": "^7.4.4",
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@microsoft/microsoft-graph-client": "^1.7.0",
"axios": "^0.18.0",
"i": "^0.3.6",
"jstz": "^2.1.1",
"jwt-decode": "^2.2.0",
"moment": "^2.24.0",
"msal": "^0.2.4",
"node-sass": "^4.11.0",
"npm": "^6.9.0",
"nuka-carousel": "^4.5.4",
"pure-react-carousel": "^1.19.4",
"rc-time-picker": "^3.6.4",
"react": "^16.8.6",
"react-adal": "^0.4.22",
"react-add-to-calendar": "^0.1.5",
"react-dates": "^20.1.0",
"react-dom": "^16.8.6",
"react-moment": "^0.8.4",
"react-player": "^1.11.0",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.8",
"react-select": "^2.4.2",
"react-tabs": "^3.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "REACT_APP_URL=https://bettertogether.buildit.systems react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"coverage": "react-scripts test --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"coveralls": "^3.0.3",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1"
}
}