-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "locomotive-house",
"version": "1.0.35",
"scripts": {
"start": "snowpack dev ",
"build": "snowpack build",
"test": "echo \"This template does not include a test runner by default.\" && exit 1"
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.0.5",
"snowpack": "^3.0.1"
},
"dependencies": {
"@auth0/auth0-spa-js": "^1.13.6",
"@sanity/client": "^2.7.1",
"@sanity/core": "^2.7.4",
"@sentry/browser": "^6.5.1",
"@sentry/tracing": "^6.5.1",
"@snowpack/plugin-svelte": "^3.5.2",
"apollo-server-express": "^2.19.2",
"bcrypt": "^5.0.0",
"date-fns": "^2.17.0",
"date-fns-timezone": "^0.1.4",
"date-fns-tz": "^1.1.4",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"jsonwebtoken": "^8.5.1",
"magic-sdk": "^4.1.1",
"pg": "^8.5.1",
"pg-hstore": "^2.3.3",
"prettier": "^2.2.1",
"sequelize": "^6.5.0",
"svelte": "^3.32.0",
"svelte-loading-spinners": "^0.1.4",
"svelte-navigator": "^3.1.5",
"svelte-table": "^0.1.17",
"svelte-use-form": "^2.2.0"
}
}