-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.38 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
{
"version": "0.0.1-dev",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"test": "web-test-runner \"src/**/*.test.tsx\"",
"format": "prettier --write \"src/**/*.{js,jsx}\"",
"lint": "prettier --check \"src/**/*.{js,jsx}\""
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/material": "^5.0.4",
"@mui/styles": "^5.0.1",
"axios": "^0.21.4",
"bcryptjs": "^2.4.3",
"http2-proxy": "^5.0.53",
"i18next": "^20.5.0",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-react": "^0.2.2",
"js-cookie": "^3.0.1",
"js-md5": "^0.7.3",
"lodash": "^4.17.21",
"preact": "^10.5.14",
"preact-router": "^3.2.1",
"react-hook-form": "^7.15.4",
"react-i18next": "^11.12.0"
},
"devDependencies": {
"@prefresh/snowpack": "^3.1.2",
"@snowpack/plugin-dotenv": "^2.2.0",
"@snowpack/plugin-typescript": "^1.2.1",
"@snowpack/web-test-runner-plugin": "^0.2.2",
"@testing-library/preact": "^2.0.1",
"@types/bcryptjs": "^2.4.2",
"@types/chai": "^4.2.17",
"@types/js-cookie": "^3.0.0",
"@types/js-md5": "^0.4.3",
"@types/lodash": "^4.14.172",
"@types/mocha": "^8.2.2",
"@types/snowpack-env": "^2.3.4",
"@web/test-runner": "^0.13.17",
"chai": "^4.3.4",
"prettier": "^2.4.1",
"snowpack": "^3.8.8",
"typescript": "^4.4.3"
}
}