forked from wesupportrms/wesupportrms.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.28 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
{
"name": "newton-website-2.0",
"version": "0.1.0",
"private": true,
"dependencies": {
"@headlessui/react": "^1.6.4",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@tailwindcss/typography": "^0.5.2",
"antd": "^4.21.0",
"axios": "^0.27.2",
"gatsby": "^4.15.0",
"gatsby-alias-imports": "^1.0.6",
"gatsby-image": "^3.11.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-env-variables": "^2.2.0",
"gatsby-plugin-gatsby-cloud": "^4.12.1",
"gatsby-plugin-image": "^2.17.0",
"gatsby-plugin-intl": "^0.3.3",
"gatsby-plugin-manifest": "^4.16.0",
"gatsby-plugin-mdx": "^3.17.0",
"gatsby-plugin-offline": "^5.12.1",
"gatsby-plugin-react-helmet": "^5.16.0",
"gatsby-plugin-sass": "^5.15.1",
"gatsby-plugin-sharp": "^4.15.1",
"gatsby-plugin-typescript": "^4.15.0",
"gatsby-remark-autolink-headers": "^5.17.0",
"gatsby-remark-copy-linked-files": "^5.18.0",
"gatsby-remark-images": "^6.17.0",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-source-filesystem": "^4.17.0",
"gatsby-transformer-remark": "^5.17.0",
"gatsby-transformer-sharp": "^4.15.1",
"node-sass": "^4.14.1",
"npm": "^8.12.1",
"prop-types": "^15.8.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-emoji-render": "^1.2.4",
"react-helmet": "^6.1.0",
"react-icons": "^4.4.0",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@types/mdx-js__react": "^1.5.5",
"@types/react-helmet": "^6.1.5",
"@types/styled-components": "^5.1.25",
"@types/styled-system": "^5.1.15",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"autoprefixer": "^10.4.7",
"gatsby-plugin-postcss": "^5.12.1",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"stylelint": "^14.9.1",
"tailwindcss": "^3.0.24",
"typescript": "^4.7.2"
},
"keywords": [
"newton"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"ff": "npx prettier --write ./src"
}
}