-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.48 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
{
"name": "leaf-front-end",
"version": "0.1.0",
"private": true,
"dependencies": {
"@editorjs/editorjs": "^2.18.0",
"@editorjs/header": "^2.4.0",
"@editorjs/list": "^1.4.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.19.2",
"classnames": "^2.2.6",
"fast-xml-parser": "^3.17.4",
"firebase": "^7.17.1",
"postcss": "^7.0.32",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-feather": "^2.0.8",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-xmasonry": "^3.0.3",
"recharts": "^1.8.5",
"tailwindcss": "^1.5.1",
"unstated-next": "^1.1.0"
},
"scripts": {
"watch:css": "postcss ./src/assets/css/tailwind.css -o ./src/assets/css/index.css -w",
"start:react": "react-scripts start",
"start": "run-p watch:css start:react",
"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/custom-forms": "^0.2.1",
"npm-run-all": "^4.1.5",
"postcss-cli": "^7.1.1",
"postcss-import": "^12.0.1"
},
"proxy": "http://localhost:5000"
}