forked from runbytech/gatsby-theme-ultronele
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 831 Bytes
/
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
{
"name": "gatsby-theme-ultronele-with-demo",
"author": "Wenzhi Li <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/runbytech/gatsby-theme-ultronele.git"
},
"version": "1.0.0",
"license": "MIT",
"private": true,
"workspaces": [
"theme",
"demo"
],
"keywords": [
"gatsby",
"gatsby-theme",
"gatsby-plugin",
"elearning",
"lms"
],
"dependencies": {
"babel-eslint": "^10.1.0",
"chokidar": "^3.0.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"fsevents": "^2.3.2",
"gatsby": "^3.1.2",
"gatsby-cli": "^3.1.0",
"gatsby-dev-cli": "^3.1.0",
"graphql": "^14.7.0",
"graphql-compose": "^7.25.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.2.3"
}
}