forked from EvergreenEducation/Evergreen-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.2 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "SchoolSector-client",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:8888/api/v1",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-regular-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@hot-loader/react-dom": "^16.13.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@uppy/aws-s3": "^1.5.5",
"@uppy/core": "^1.9.0",
"antd": "^4.2.5",
"autoprefixer": "^9.7.5",
"axios": "^0.19.2",
"axios-hooks": "^1.9.0",
"chart.js": "^2.9.3",
"cuid": "^2.1.8",
"dayjs": "^1.8.23",
"match-sorter": "^4.1.0",
"postcss-cli": "^7.1.0",
"rc-picker": "^1.4.5",
"react": "^16.13.1",
"react-chartjs-2": "^2.9.0",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.20",
"react-imported-component": "^6.2.1",
"react-responsive-carousel": "^3.2.5",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"reactjs-localstorage": "^0.0.8",
"tailwindcss": "^1.4.1",
"unstated-next": "^1.1.0"
},
"scripts": {
"start": "rescripts start",
"build": "rescripts build",
"test": "rescripts test",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"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": {
"@babel/cli": "^7.8.4",
"@babel/preset-env": "^7.9.0",
"@rescripts/cli": "^0.0.14",
"@rescripts/rescript-use-babel-config": "^0.0.10",
"@rescripts/rescript-use-eslint-config": "^0.0.11",
"antd-dayjs-webpack-plugin": "^1.0.0",
"babel-plugin-import": "^1.13.0",
"babel-plugin-imports": "^0.2.4",
"babel-plugin-lodash": "^3.3.4",
"lodash-webpack-plugin": "^0.11.5",
"node-sass": "^4.13.1",
"postcss-preset-env": "^6.7.0",
"rescript-use-postcss-config": "^1.0.0",
"webpack-bundle-analyzer": "^3.6.1"
}
}