-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.21 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
{
"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": {
"@chakra-ui/react": "^1.0.1",
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"@reach/router": "^1.3.4",
"@snowpack/plugin-postcss": "^1.0.7",
"@tailwindcss/typography": "^0.3.1",
"autoprefixer": "^10.0.4",
"framer-motion": "^2.9.4",
"immer": "^8.0.0",
"postcss": "^8.1.10",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-query": "^2.26.3",
"tailwindcss": "^2.0.1"
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.0.4",
"@snowpack/plugin-react-refresh": "^2.3.7",
"@snowpack/plugin-typescript": "^1.1.0",
"@snowpack/web-test-runner-plugin": "^0.1.4",
"@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.2",
"@web/test-runner": "^0.9.7",
"chai": "^4.2.0",
"prettier": "^2.0.5",
"snowpack": "^2.17.1",
"typescript": "^4.0.0"
}
}