-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.48 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "kassellabs.github.io",
"private": true,
"description": "Helping you to express your creativity and imagination with tools to create videos. Create your own opening of movies and series with our Intro Creators",
"version": "0.1.0",
"author": "Kassel Labs <[email protected]>",
"dependencies": {
"@mdx-js/mdx": "^1.4.5",
"@mdx-js/tag": "^0.20.3",
"@sanity/block-content-to-react": "^2.0.6",
"@sanity/image-url": "^1.0.2",
"axios": "^0.26.0",
"classnames": "^2.2.6",
"dotenv": "^8.1.0",
"file-saver": "^2.0.5",
"gatsby": "^2.15.18",
"gatsby-image": "^2.2.19",
"gatsby-mdx": "^1.0.0",
"gatsby-plugin-google-tagmanager": "^2.11.0",
"gatsby-plugin-manifest": "^2.2.17",
"gatsby-plugin-offline": "^3.0.7",
"gatsby-plugin-react-helmet": "^3.1.7",
"gatsby-plugin-sharp": "^2.2.24",
"gatsby-source-filesystem": "^2.1.24",
"gatsby-source-sanity": "^5.0.2",
"gatsby-transformer-sharp": "^2.2.15",
"get-youtube-id": "^1.0.1",
"katex": "^0.15.2",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"notion-client": "^4.15.0",
"prismjs": "^1.26.0",
"prop-types": "^15.7.2",
"query-string": "^6.8.3",
"rc-dropdown": "^3.3.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-facebook-pixel": "^0.1.3",
"react-helmet": "^5.2.1",
"react-markdown": "^6.0.3",
"react-youtube": "^7.9.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"update-intros": "node update-intros.js",
"build": "gatsby build",
"dev": "npm run develop",
"develop": "node --no-experimental-fetch node_modules/.bin/gatsby develop -H 0.0.0.0",
"start": "npm run develop",
"serve": "gatsby serve",
"eslint": "eslint src/",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"update-notion-pages": "node update-notion-pages.js",
"postinstall": "npm run update-intros"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"engines": {
"node": "18.x"
},
"devDependencies": {
"eslint": "^6.4.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"gatsby-plugin-stylus": "^2.1.8"
}
}