-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
73 lines (73 loc) · 1.99 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
{
"name": "dearpetition",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@headlessui/react": "^1.5.0",
"@popperjs/core": "^2.11.2",
"@reduxjs/toolkit": "^1.7.2",
"axios": "^0.21.2",
"@code-with-durham/bookmarklet": "0.1.0",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"file-saver": "^2.0.5",
"framer-motion": "^4.1.17",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-autosuggest": "^10.1.0",
"react-dom": "^17.0.2",
"react-hook-form": "^7.17.2",
"react-markdown": "^6.0.2",
"react-popper": "^2.2.5",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-select": "^4.3.1",
"remark-sectionize": "^1.1.1",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@types/file-saver": "^2.0.5",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.2",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jsdom": "^22.1.0",
"postcss": "^8.4.6",
"postcss-import": "^15.1.0",
"prettier": "^3.1.0",
"tailwindcss": "^3.0.23",
"vite": "^4.3.5",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^0.34.4"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"format": "prettier --write .",
"lint": "eslint . --ext .js,.jsx",
"test": "vitest"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}