-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.67 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
{
"name": "oxygen",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"test": "jest"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@reduxjs/toolkit": "^1.6.1",
"@tailwindcss/forms": "^0.3.3",
"@tippyjs/react": "^4.2.6",
"axios": "^0.24.0",
"classnames": "^2.3.1",
"jdenticon": "^3.1.1",
"moment": "^2.29.2",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-markdown": "^7.1.0",
"react-popper": "^2.2.5",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"remark-breaks": "^3.0.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.1.9",
"@types/enzyme": "^3.10.10",
"@types/faker": "^5.5.9",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"autoprefixer": "^10.4.0",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.27.1",
"faker": "^5.5.3",
"history": "^4.10.1",
"jasmine-ts": "^0.4.0",
"jest": "^27.3.1",
"postcss": "^8.4.7",
"tailwindcss": "^2.2.19",
"ts-jest": "^27.0.7",
"typescript": "^4.5.2",
"vite": "^2.6.14"
}
}