-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.83 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
{
"name": "keycap-client",
"version": "2.2.0",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nluka/keycap-client.git"
},
"author": "Nicholas Lukasevich",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/nluka/keycap-client/issues"
},
"homepage": "http://nluka.github.io/keycap-client",
"scripts": {
"dev": "snowpack dev",
"build": "snowpack build",
"test": "npx jest",
"test-watch": "npx jest --watch",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"lint": "eslint -c .eslintrc.json"
},
"browserslist": ">0.75%, not ie 11, not UCAndroid >0, not OperaMini all",
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^5.1.0",
"nluka-http-response-status-codes": "^1.0.2",
"nluka-number-range": "^1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"uuid": "^3.4.0"
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.1.0",
"@snowpack/plugin-react-refresh": "^2.5.0",
"@snowpack/plugin-typescript": "^1.2.1",
"@testing-library/react": "^12.0.0",
"@types/bootstrap": "^5.1.2",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"@types/react-redux": "^7.1.18",
"@types/react-router-dom": "^5.1.8",
"@types/snowpack-env": "^2.3.3",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.24.0",
"jest": "^27.0.6",
"prettier": "^2.2.1",
"redux-devtools-extension": "^2.13.9",
"snowpack": "^3.3.7",
"ts-jest": "^27.0.3",
"typescript": "^4.2.4"
}
}