-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 3.61 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 3.61 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "hackmerced",
"description": "HackMerced Hub",
"version": "1.0.0",
"private": true,
"homepage": "http://hackmerced.com",
"scripts": {
"build": "yarn tailwind:css && react-scripts build",
"predeploy": "yarn build",
"deploy": "gh-pages -d build -b gh-pages",
"gren": "gren release --override --tags=all --config=.grenrc.js",
"start": "yarn tailwind:css && react-scripts start",
"storybook": "start-storybook -p 9001 -s ./src/assets -c .storybook",
"tailwind:css": "tailwind build src/tailwind.css -c tailwind.config.js -o src/tailwind.scss",
"test": "react-scripts test"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
"@emotion/core": "^10.0.35",
"@fortawesome/fontawesome-svg-core": "1.2.28",
"@fortawesome/free-brands-svg-icons": "5.13.0",
"@fortawesome/free-solid-svg-icons": "5.13.0",
"@fortawesome/react-fontawesome": "0.1.9",
"autoprefixer": "^10.1.0",
"axios": "0.19.2",
"hover.css": "2.3.2",
"html-react-parser": "0.14.0",
"node-sass": "4.14.1",
"postcss": "^8.2.2",
"react": "16.13.0",
"react-dom": "16.13.0",
"react-html-parser": "^2.0.2",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.0",
"react-select-search": "^2.1.1",
"react-spinners": "^0.9.0",
"react-toastify": "^6.0.9",
"styled-components": "5.1.1",
"yarn": "^1.22.10"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx-development": "7.10.1",
"@storybook/addon-a11y": "5.3.14",
"@storybook/addon-actions": "5.3.14",
"@storybook/addon-backgrounds": "^6.0.26",
"@storybook/addon-centered": "5.3.14",
"@storybook/addon-docs": "6.0.0-alpha.20",
"@storybook/addon-essentials": "^6.0.26",
"@storybook/addon-knobs": "5.3.14",
"@storybook/addon-notes": "5.3.14",
"@storybook/addon-viewport": "5.3.14",
"@storybook/react": "5.3.14",
"@testing-library/jest-dom": "5.1.1",
"@testing-library/react": "9.4.1",
"@testing-library/user-event": "10.0.0",
"@types/enzyme": "3.10.5",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/jest": "25.1.3",
"@types/node": "13.7.7",
"@types/react": "16.9.23",
"@types/react-dom": "16.9.5",
"@types/react-html-parser": "^2.0.1",
"@types/react-router-dom": "5.1.5",
"@types/react-toastify": "^4.1.0",
"@types/storybook__addon-a11y": "5.1.2",
"@types/styled-components": "5.1.1",
"@typescript-eslint/eslint-plugin": "2.22.0",
"@typescript-eslint/parser": "2.22.0",
"awesome-typescript-loader": "5.2.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.0",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.18.3",
"gh-pages": "2.2.0",
"jest": "24.9.0",
"prettier": "1.19.1",
"react-docgen-typescript-loader": "3.6.0",
"react-docgen-typescript-webpack-plugin": "1.1.0",
"react-test-renderer": "16.13.0",
"tailwindcss": "^2.0.2",
"ts-jest": "25.2.1",
"typescript": "3.8.3"
}
}