-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.81 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
{
"name": "your-first-rpg",
"version": "1.0.0",
"private": true,
"description": "Your First RPG",
"author": "L1lith",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby develop",
"start": "gatsby develop",
"build": "cross-env NODE_ENV=production gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"pretty": "prettier --write \"src/**/*.js\""
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"anser": "^2.1.0",
"auto-bind": "^5.0.1",
"brace": "^0.11.1",
"fs-extra": "^10.0.0",
"gatsby": "^4.4.0",
"gatsby-plugin-fontawesome-css": "^1.2.0",
"gatsby-plugin-gatsby-cloud": "^4.4.0",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-layout": "^3.4.0",
"gatsby-plugin-offline": "^5.5.0",
"gatsby-plugin-preact": "^6.5.0",
"gatsby-plugin-provide-react": "^1.0.2",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-sass": "^5.4.0",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-plugin-sitemap": "^5.5.0",
"gatsby-plugin-use-query-params": "^1.0.1",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-transformer-sharp": "^4.4.0",
"i18next": "^21.6.3",
"ntcjs": "^1.1.2",
"postcss": "^8.4.5",
"preact": "^10.6.4",
"preact-render-to-string": "^5.1.19",
"react": "^17.0.1",
"react-ace": "^9.5.0",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-refresh": "^0.11.0",
"sandhands": "^1.8.9",
"sass": "^1.45.1",
"use-query-params": "^1.2.3"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.1.1",
"cross-env": "^7.0.3"
}
}