-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.62 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
{
"name": "se-microedition-template",
"version": "2.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.3",
"@mui/styles": "^5.6.2",
"@types/react-helmet": "^6.1.5",
"cross-env": "^7.0.3",
"gatsby": "^4.12.1",
"gatsby-plugin-emotion": "^7.13.0",
"gatsby-plugin-image": "^2.13.0",
"gatsby-plugin-manifest": "^4.13.0",
"gatsby-plugin-material-ui": "^4.1.0",
"gatsby-plugin-sharp": "^4.13.0",
"gatsby-theme-ceteicean": "^3.0.0",
"gatsby-transformer-remark": "^5.13.0",
"gatsby-transformer-sharp": "^4.13.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-teirouter": "^3.0.0"
},
"devDependencies": {
"@types/react": "^18.0.7",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-prettier": "^4.0.0",
"gh-pages": "^4.0.0",
"prettier": "^2.2.1",
"typescript": "^4.2.4"
},
"scripts": {
"build-local": "gatsby build",
"build": "cross-env BASEPATH=/ gatsby build --prefix-paths",
"build-deploy": "cross-env BASEPATH=/issues/CHANGEME gatsby build --prefix-paths && yarn metadata",
"clean": "gatsby clean",
"develop": "gatsby develop",
"metadata": "node scripts/metadata.js",
"doi": "node scripts/doi.js",
"deploy": "gatsby build --prefix-paths && gh-pages -d public -b gh-pages"
}
}