forked from projectdiscovery/interactsh-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 2.92 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
101
102
103
104
105
106
{
"name": "i",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@babakness/exhaustive-type-checking": "^0.1.3",
"@craco/craco": "^6.2.0",
"@headlessui/react": "^1.5.0",
"@morphic-ts/batteries": "^3.0.0",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/node-rsa": "^1.1.1",
"@types/prismjs": "^1.16.6",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.8",
"@types/react-transition-group": "^4.4.2",
"@types/validator": "^13.1.4",
"@types/webpack-env": "^1.16.2",
"antd": "3.3.0",
"autoprefixer": "^9",
"date-fns": "^2.23.0",
"dayjs": "^1.10.6",
"eslint-plugin-fp-ts": "^0.2.1",
"fp-ts": "^2.11.1",
"fp-ts-contrib": "^0.1.26",
"fp-ts-local-storage": "^1.0.3",
"fp-ts-std": "^0.11.0",
"headlessui": "^0.0.0",
"husky": "^7.0.4",
"io-ts": "^2.2.16",
"io-ts-numbers": "^1.0.3",
"io-ts-types": "^0.5.16",
"is-xid": "^1.0.3",
"jest-fast-check": "^1.0.2",
"js-file-download": "^0.4.12",
"monocle-ts": "^2.3.10",
"morphic-ts": "^0.8.0-rc.2",
"newtype-ts": "^0.3.4",
"node-rsa": "^1.1.1",
"postcss": "^7",
"prettier": "^2.3.2",
"prismjs": "^1.24.1",
"react": "^17.0.2",
"react-content-loader": "^6.0.3",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.3",
"react-ga": "^3.3.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-transition-group": "^4.4.2",
"sass": "^1.35.2",
"styled-components": "5.2.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"ts-pattern": "^3.2.4",
"typescript": "^4.3.5",
"uuid": "^8.3.2",
"validator": "^13.7.0",
"web-vitals": "^1.0.1",
"xid-js": "^1.0.1",
"zbase32": "github:projectdiscovery/zbase32"
},
"scripts": {
"start": "PORT=3000 craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"lint:fix": "eslint --fix src"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/jest-axe": "^3.5.2",
"@types/styled-components": "^5.1.12",
"@types/uuid": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"fast-check": "^2.17.0"
}
}