forked from Phala-Network/website-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.68 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
{
"name": "phala-network",
"version": "1.0.0",
"private": true,
"description": "Phala Network",
"author": "Anonymous-Hentai",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx ./src"
},
"dependencies": {
"classnames": "^2.2.6",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"gatsby": "^3.4.1",
"gatsby-plugin-google-gtag": "^3.7.1",
"gatsby-plugin-google-tagmanager": "^3.9.0",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-intl": "^0.3.3",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-sass": "^4.4.0",
"gatsby-plugin-sitemap": "^4.0.0",
"gsap": "^3.7.0",
"highlight.js": "^10.4.0",
"lodash.debounce": "^4.0.8",
"perfect-scrollbar": "^1.5.0",
"ptz-i18n": "^1.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-fast-marquee": "^1.0.7",
"react-helmet": "^6.1.0",
"react-mailchimp-subscribe": "^2.1.0",
"sass": "^1.32.12",
"smoothscroll-polyfill": "^0.4.4",
"use-breakpoint": "^1.1.2"
},
"devDependencies": {
"@types/react-helmet": "^6.1.1",
"@types/smoothscroll-polyfill": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"eslint": "^7.26.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.23.2",
"typescript": "^4.2.4",
"typescript-plugin-css-modules": "^3.2.0"
}
}