-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.84 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
{
"name": "proton",
"version": "0.1.0",
"private": true,
"source": "src/index.html",
"scripts": {
"start": "parcel",
"start:local": "cross-env MOCK=none parcel",
"lint": "eslint --fix . && tsc --noEmit && prettier --write .",
"lint:ci": "eslint . && tsc --noEmit && prettier --check .",
"build": "parcel build",
"analyze": "parcel build --reporter @parcel/reporter-bundle-buddy",
"prepare": "is-ci || husky install"
},
"dependencies": {
"@antv/data-set": "^0.11.8",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"antd-mobile": "^5.28.0",
"antd-mobile-icons": "^0.3.0",
"bizcharts": "^4.1.22",
"lodash": "^4.17.10",
"mobx": "^6.7.0",
"mobx-react-lite": "^3.4.0",
"moment": "^2.29.4",
"numeral": "^2.0.6",
"qs": "^6.11.0",
"react": "^18.0.0",
"react-countup": "^6.4.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.6.1"
},
"devDependencies": {
"@parcel/reporter-bundle-buddy": "^2.8.3",
"@parcel/transformer-less": "^2.8.3",
"@types/lodash": "^4.14.112",
"@types/node": "^18.0.0",
"@types/numeral": "^0.0.23",
"@types/qs": "^6.5.1",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"body-parser": "^1.20.1",
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.5.0",
"http-proxy-middleware": "^2.0.6",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^13.1.0",
"parcel": "^2.8.3",
"prettier": "^2.8.1",
"process": "^0.11.10",
"routes": "^2.1.0",
"send-data": "^8.0.0",
"typescript": "^4.9.4"
},
"browserslist": "Chrome 80"
}