-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
48 lines (48 loc) · 1.62 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
{
"name": "torontojs.com",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "npx parcel serve --no-cache index.html",
"build": "npx parcel build --no-cache index.html && npm run sentry:sourcemaps",
"test": "echo \"Error: no test specified\" && exit 1",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org kieranhuggins --project torontojs-website ./dist && sentry-cli sourcemaps upload --org kieranhuggins --project torontojs-website ./dist"
},
"author": "",
"license": "ISC",
"dependencies": {
"@parcel/resolver-glob": "^2.10.0",
"@parcel/transformer-sass": "^2.10.0",
"@parcel/transformer-svg-react": "^2.10.0",
"@sentry/aws-serverless": "^8.28.0",
"@sentry/cli": "^2.34.1",
"@sentry/profiling-node": "^8.28.0",
"@sentry/react": "^8.33.1",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^8.5.1",
"parcel": "^2.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-responsive-modal": "^6.4.2",
"react-router-dom": "^6.16.0",
"react-typing-effect": "^2.0.5",
"sass": "^1.69.2",
"sunrise-sunset-js": "^2.2.1"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.10.0",
"@parcel/transformer-coffeescript": "^2.10.0",
"@parcel/transformer-inline-string": "^2.10.0",
"@parcel/transformer-webmanifest": "^2.10.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"parcel-transformer-markdown": "^3.0.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"util": "^0.12.5",
"vm-browserify": "^1.1.2"
}
}