This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.9 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
{
"scripts": {
"start": "concurrently \"yarn fe\" \"yarn be\"",
"fe": "snowpack dev",
"be": "cd api && yarn start",
"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": {
"@emotion/react": "^11.1.4",
"@parishconnect/box": "^2.3.1",
"@parishconnect/react-ui": "^1.6.4",
"evergreen-ui": "^5.1.2",
"framer-motion": "^3.2.1",
"http-proxy": "^1.18.1",
"lodash-es": "^4.17.20",
"luxon": "^1.25.0",
"normalize.css": "^8.0.1",
"parishconnect-box": "^2.3.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-query": "^3.5.16",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-use": "^15.3.8",
"sort-distance": "^2.1.1",
"ui-box": "^4.1.0"
},
"devDependencies": {
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@snowpack/plugin-babel": "^2.1.6",
"@snowpack/plugin-dotenv": "^2.0.5",
"@snowpack/plugin-react-refresh": "^2.4.0",
"@snowpack/plugin-typescript": "^1.2.0",
"@snowpack/web-test-runner-plugin": "^0.2.0",
"@testing-library/react": "^11.0.0",
"@types/babel__preset-env": "^7.9.1",
"@types/chai": "^4.2.13",
"@types/concurrently": "^5.2.1",
"@types/http-proxy": "^1.17.5",
"@types/lodash-es": "^4.17.4",
"@types/luxon": "^1.25.1",
"@types/mocha": "^8.2.0",
"@types/prettier": "^2.1.6",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router": "^5.1.11",
"@types/react-router-dom": "^5.1.7",
"@types/snowpack-env": "^2.3.2",
"@web/test-runner": "^0.12.0",
"chai": "^4.2.0",
"concurrently": "^5.3.0",
"prettier": "^2.0.5",
"snowpack": "^3.0.1",
"typescript": "^4.0.0"
}
}