generated from benmardana/reactapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "snakes",
"description": "snakes",
"repository": {
"type": "git",
"url": "https://github.com/benmcgarvey/snakes"
},
"license": "MIT",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@blueprintjs/popover2": "^0.12.7",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-otp-input-rc-17": "^2.4.1-minor",
"swr": "^1.0.1",
"typedeck": "^1.5.2"
},
"devDependencies": {
"@blueprintjs/core": "^4.0.0-beta.4",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"@vitejs/plugin-react": "^1.0.4",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^27.3.0",
"prettier": "^2.3.2",
"sass": "^1.42.1",
"ts-jest": "^27.0.7",
"typescript": "^4.3.2",
"vite": "^2.4.4"
}
}