-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.51 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
{
"name": "dnd-loading-screen",
"version": "1.0.0",
"private": true,
"description": "dnd-loading-screen",
"author": "nadiavanleur",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "rm -rf .cache && gatsby develop",
"start": "gatsby develop",
"build": "rm -rf .cache && gatsby build",
"serve": "gatsby serve",
"bs": "npm run build && npm run serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"test": "echo 'Add tests!!'"
},
"dependencies": {
"@svgr/webpack": "^7.0.0",
"css-loader": "^6.7.3",
"gatsby": "^5.8.1",
"gatsby-plugin-google-gtag": "^5.8.0",
"gatsby-plugin-image": "^3.8.0",
"gatsby-plugin-manifest": "^5.8.0",
"gatsby-plugin-sass": "^6.8.0",
"gatsby-plugin-sharp": "^5.8.1",
"gatsby-plugin-sitemap": "^6.8.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-plugin-svgr-loader": "^0.1.0",
"gatsby-plugin-svgr-svgo": "^2.0.0",
"gatsby-source-filesystem": "^5.8.0",
"gatsby-transformer-inline-svg": "^1.2.0",
"gatsby-transformer-sharp": "^5.8.0",
"node-sass": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.60.0",
"typed-css-modules": "^0.7.2",
"typed-scss-modules": "^7.1.0",
"typings-for-css-modules-loader": "^1.7.0"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/node-sass": "^4.11.3",
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"css-modules-typescript-loader": "^4.0.1",
"typescript": "^5.0.3"
}
}