-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.3 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.3 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
{
"scripts": {
"start": "snowpack dev --polyfill-node",
"build": "snowpack build --polyfill-node",
"test": "web-test-runner \"src/**/*.test.tsx\"",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --fix --ext .ts,.tsx"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/lab": "^4.0.0-alpha.56",
"date-fns": "^2.16.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.11.0",
"react-markdown": "^5.0.2"
},
"devDependencies": {
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@snowpack/app-scripts-react": "^1.12.6",
"@snowpack/plugin-dotenv": "^2.0.4",
"@snowpack/plugin-react-refresh": "^2.3.5",
"@snowpack/plugin-typescript": "^1.1.0",
"@snowpack/web-test-runner-plugin": "^0.1.3",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.0.0",
"@types/chai": "^4.2.13",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/snowpack-env": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"@web/test-runner": "^0.9.0",
"chai": "^4.2.0",
"eslint": "^7.12.1",
"eslint-plugin-react-hooks": "^4.2.0",
"snowpack": "^2.16.0",
"typescript": "^4.1.0-beta"
}
}