-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.74 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.74 KB
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
62
{
"name": "decisionsdevelopment-github-io",
"version": "1.0.0",
"description": "DecisionsDev organization website showcasing IBM ODM projects",
"main": "index.js",
"scripts": {
"dev": "gatsby develop",
"start": "gatsby develop",
"build:repos": "node tools/build-repositories.js",
"build:videos": "node tools/extract-videos.js",
"build": "npm run build:repos && npm run build:videos && gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build && gh-pages -d public",
"deploy:preview": "gatsby build && gh-pages -d public -r preview"
},
"keywords": [
"gatsby",
"carbon",
"ibm",
"odm",
"decision-manager"
],
"author": "IBM Corporation",
"license": "Apache-2.0",
"dependencies": {
"gatsby": "^5.13.0",
"gatsby-plugin-image": "^3.16.0",
"gatsby-plugin-sharp": "^5.16.0",
"gatsby-theme-carbon": "^4.3.36",
"gatsby-transformer-sharp": "^5.16.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"gh-pages": "^6.1.0"
},
"overrides": {
"axios": ">=1.15.0",
"brace-expansion": "^1.1.12",
"braces": "^3.0.3",
"cookie": "^0.7.0",
"flatted": ">=3.4.2",
"follow-redirects": ">=1.15.12",
"immutable": "^5.1.5",
"lodash": ">=4.17.24",
"lodash.template": "^4.5.0",
"micromatch": "^4.0.8",
"minimatch": "^3.1.4",
"multer": "^2.1.1",
"path-to-regexp": ">=0.1.13",
"picomatch": ">=4.0.4",
"postcss": ">=8.5.10",
"serialize-javascript": ">=7.0.5",
"socket.io-parser": "^4.2.6",
"svgo": "^2.8.1",
"tmp": ">=0.2.4",
"uuid": ">=14.0.0",
"workbox-build": "^7.0.0",
"yaml": ">=2.8.3"
}
}