-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.45 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
{
"name": "makeNTU-2021",
"private": true,
"description": "A One-page Gatsby starter built with Tailwindcss and Postcss",
"version": "1.0.0",
"license": "0BSD",
"scripts": {
"setup": "node ./bin/setup.js",
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"develop": "gatsby develop",
"devLAN": "gatsby develop -H 0.0.0.0 -p 8000",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"postinstall": "node ./bin/hello.js",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"cleanup-repository": "npm uninstall contentful-import chalk inquirer && node ./bin/cleanup.js && rimraf bin contentful"
},
"dependencies": {
"@babel/core": "^7.10.5",
"@contentful/gatsby-transformer-contentful-richtext": "^13.1.0",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@mdx-js/react": "^1.0.0",
"acorn": "^6.0.0",
"chalk": "^4.1.0",
"contentful-import": "^7.9.38",
"core-js": "^3.0.0",
"cross-env": "^7.0.3",
"gatsby": "^2.32.8",
"gatsby-image": "^2.4.14",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^2.4.21",
"gatsby-plugin-offline": "^3.2.21",
"gatsby-plugin-postcss": "^2.3.11",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-sharp": "^2.6.23",
"gatsby-source-contentful": "^2.3.56",
"gatsby-source-filesystem": "^2.3.23",
"gatsby-transformer-remark": "^2.15.0",
"gatsby-transformer-sharp": "^2.5.11",
"glider-js": "^1.7.3",
"ink": "^2.0.0",
"inquirer": "^7.3.3",
"jquery": "^3.5.1",
"netlify-plugin-gatsby-cache": "^0.3.2",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-player": "^2.8.2",
"react-refresh": "^0.8.2",
"sal.js": "^0.8.1",
"smooth-scroll": "^16.1.3",
"typescript": "^2.8.0",
"validate.js": "^0.13.1",
"yargs-parser": "^19.0.4"
},
"devDependencies": {
"autoprefixer": "^9.8.5",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.3",
"prettier": "2.0.5",
"tailwindcss": "^1.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/NTUEEInfoDep/makeNTU-2024"
},
"bugs": {
"url": "https://github.com/NTUEEInfoDep/makeNTU-2024/issues"
}
}