-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
100 lines (100 loc) · 3.09 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "linearapp_clone",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.1.1",
"@faker-js/faker": "^6.0.0",
"@headlessui/react": "^0.3.2",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/line-clamp": "^0.2.0",
"animate.css": "^4.1.1",
"anymatch": "^2.0.0",
"classnames": "^2.3.1",
"dayjs": "^1.10.4",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-contexify": "^5.0.0",
"react-contextmenu": "^2.14.0",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-popper": "^2.2.5",
"react-portal": "^4.2.1",
"react-redux": "^7.2.3",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-toastify": "^7.0.3",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"rich-markdown-editor": "^11.21.3",
"styled-components": "^5.3.5",
"web-vitals": "^1.0.1",
"workbox-background-sync": "^6.5.4",
"workbox-broadcast-update": "^6.5.4",
"workbox-cacheable-response": "^6.5.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-navigation-preload": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-range-requests": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-actions": "^6.2.3",
"@storybook/addon-essentials": "^6.2.3",
"@storybook/addon-links": "^6.2.3",
"@storybook/node-logger": "^6.2.3",
"@storybook/preset-create-react-app": "^3.1.7",
"@storybook/react": "^6.2.3",
"@tailwindcss/postcss7-compat": "^2.1.0",
"@types/faker": "^5.5.0",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^17.0.3",
"@types/react-router-dom": "^5.1.7",
"@types/redux-persist": "^4.3.1",
"autoprefixer": "^9.8.6",
"postcss": "^7.0.35",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.0",
"typescript": "^4.5.5"
}
}