forked from fabricjs/fabricjs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.63 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
{
"name": "fabric-gatsby5",
"version": "1.0.0",
"private": true,
"description": "fabric-gatsby5",
"author": "Andrea Bogazzi",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gh-pages -d public -r https://$GITHUB_TOKEN@github.com/fabricjs/fabricjs.github.io.git -b master",
"lint": "eslint --config .eslintrc.js src/**/*.js*",
"prettier:write": "prettier --write ."
},
"dependencies": {
"@codemirror/commands": "^6.2.4",
"@codemirror/lang-javascript": "^6.1.9",
"@codemirror/language": "^6.9.0",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.16.0",
"@mdx-js/react": "^2.3.0",
"codemirror": "^6.0.1",
"fabric": "^6.0.0-beta10",
"gatsby": "^5.11.x",
"gatsby-plugin-image": "3.11.x",
"gatsby-plugin-mdx": "^5.11.x",
"gatsby-plugin-react-helmet": "6.11.x",
"gatsby-plugin-sharp": "5.11.x",
"gatsby-remark-autolink-headers": "^6.5.0",
"gatsby-remark-images": "^7.5.0",
"gatsby-remark-prismjs": "^7.11.0",
"gatsby-source-filesystem": "^5.11.x",
"gatsby-transformer-sharp": "^5.11.x",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-load-script": "^0.0.6"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.22.10",
"babel-preset-gatsby": "^3.11.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"gh-pages": "^5.0.0",
"prettier": "^2.8.7"
}
}