-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.7 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
{
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"test": "web-test-runner \"src/**/*.test.tsx\"",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\""
},
"dependencies": {
"@snowpack/plugin-run-script": "^2.2.1",
"@snowpack/plugin-sass": "^1.2.0",
"antd": "^4.9.4",
"date-fns": "^2.16.1",
"mobx": "^6.0.4",
"mobx-react": "^7.0.5",
"mobx-react-lite": "^3.1.6",
"mobx-state-tree": "^4.0.2",
"react": "^17.0.0",
"react-doc-viewer": "^0.1.5",
"react-dom": "^17.0.0",
"serve": "^11.3.2"
},
"devDependencies": {
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@snowpack/plugin-babel": "^2.1.5",
"@snowpack/plugin-dotenv": "^2.0.5",
"@snowpack/plugin-react-refresh": "^2.3.9",
"@snowpack/plugin-typescript": "^1.1.1",
"@snowpack/web-test-runner-plugin": "^0.1.5",
"@testing-library/react": "^11.0.0",
"@types/chai": "^4.2.13",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/snowpack-env": "^2.3.2",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"@web/test-runner": "^0.10.0",
"chai": "^4.2.0",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unused-imports": "^1.0.1",
"prettier": "^2.0.5",
"snowpack": "^2.18.4",
"snowpack-plugin-svgr": "^0.1.2",
"typescript": "^4.1.3"
}
}