-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.81 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.81 KB
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
{
"name": "arvin",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "react-app-rewired test"
},
"jest": {
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/src/$1"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/AmyOrz/LeetCode.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AmyOrz/LeetCode/issues"
},
"homepage": "https://github.com/AmyOrz/LeetCode#readme",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/react-hooks": "^3.3.0",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.9.1",
"@types/mocha": "^8.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/store": "^2.0.2",
"@typescript-eslint/parser": "^3.3.0",
"dayjs": "^1.8.28",
"jquery": "^3.2.1",
"jquery-ts": "^2.1.1",
"lodash": "^4.17.4",
"react": "^16.13.1",
"react-activation": "^0.5.3",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1",
"rsvp": "^3.5.0",
"rxjs": "^5.4.0",
"typescript": "~3.7.2",
"wonder-lodash": "^0.1.3"
},
"devDependencies": {
"mori": "^0.3.2",
"react-app-rewired": "^2.1.6",
"ramda": "^0.23.0",
"@babel/plugin-proposal-decorators": "^7.10.1",
"@types/enzyme": "^3.10.5",
"@types/lodash": "^4.14.155",
"@types/react-router": "^5.1.7",
"@types/react-router-dom": "^5.1.5",
"antd-dayjs-webpack-plugin": "^1.0.0",
"axios": "^0.19.2",
"babel-plugin-import": "^1.13.0",
"cross-env": "5.0.1",
"customize-cra": "^1.0.0",
"dotenv-cli": "^3.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"prettier": "^2.0.5",
"ts-node": "^8.10.2"
},
"description": ""
}