-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
54 lines (54 loc) · 1.58 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
{
"name": "etf",
"scripts": {
"postinstall": "patch-package",
"start": "snowpack dev",
"build": "snowpack build",
"test": "jest",
"prettier": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"",
"lint": "eslint --fix src"
},
"dependencies": {
"downloadjs": "^1.4.7",
"fetch-jsonp": "^1.1.3",
"html-to-image": "^0.1.1",
"lodash": "^4.17.21",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"styled-components": "^5.1.1"
},
"devDependencies": {
"@snowpack/app-scripts-react": "^1.1.4",
"@snowpack/plugin-webpack": "^1.1.0",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.3",
"@types/downloadjs": "^1.4.2",
"@types/lodash": "^4.14.155",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-jsx": "^8.1.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"eslint-plugin-standard": "^4.0.1",
"jest": "^25.4.0",
"patch-package": "^6.2.2",
"prettier": "^2.0.5",
"snowpack": "^2.2.0",
"typescript": "^3.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hushicai/ETF.git"
},
"license": "MIT"
}