-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 2.01 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
81
82
83
84
85
{
"name": "tsparticles-gatsby-landing-page-starter",
"description": "A simplified bare-bones starter for Gatsby",
"version": "2.0.0",
"homepage": "https://tsparticles.github.io/gatsby-landing-page-starter/",
"license": "MIT",
"keywords": [
"tsparticles",
"particles",
"particles.js",
"react-particles-js",
"react",
"react.js",
"reactjs",
"react-particles.js",
"react-tsparticles",
"react-particles",
"particlesjs",
"particle",
"canvas",
"jsparticles",
"xparticles",
"particles-js",
"particles-bg",
"particles-bg-vue",
"particles-ts",
"particles.ts",
"vue",
"vuejs",
"preact",
"preactjs",
"jquery",
"angularjs",
"angular",
"typescript",
"javascript",
"animation",
"web",
"html5",
"web-design",
"webdesign",
"css",
"html",
"css3",
"animated",
"background",
"gatsby",
"gatsby-theme"
],
"scripts": {
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"predeploy": "yarn build",
"deploy": "gh-pages -d public"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"gatsby": "^5.0.0",
"gatsby-plugin-react-helmet": "^6.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-tsparticles": "^2.1.3",
"tsparticles": "^2.1.3"
},
"devDependencies": {
"gh-pages": "^6.0.0",
"prettier": "3.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/tsparticles/gatsby-landing-page-starter"
},
"bugs": {
"url": "https://github.com/tsparticles/gatsby-landing-page-starter/issues"
}
}