-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.1 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
{
"name": "scrum_board",
"homepage": "http://sprint.ml-bench.com/",
"version": "0.1.0",
"private": false,
"dependencies": {
"dateformat": "^5.0.3",
"firebase": "^9.16.0",
"lodash": "^4.17.19",
"react": "^16.13.1",
"react-beautiful-dnd": "^13.0.0",
"react-calendar": "^4.0.0",
"react-icons": "^3.7.0",
"react-native-fs": "^2.0.1-rc.2",
"react-router": "^6.8.0",
"react-router-dom": "5.2.0",
"react-scripts": "^5.0.1",
"sassy-datepicker": "^0.10.2",
"styled-components": "^4.3.2",
"uid": "^2.0.1",
"write-json-file": "^5.0.0"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"tailwindcss": "^3.2.4"
}
}