-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
93 lines (93 loc) · 2.88 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "marine_button",
"private": false,
"description": "Ahoy!ホロライブ3期生、宝鐘海賊団船長の、宝鐘マリンのボタンですぅ~~~~~~~",
"version": "0.1.0",
"author": "happo31 <[email protected]>",
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.3",
"@mui/styles": "^5.9.3",
"dom-parser": "^1.1.5",
"gh-pages": "^2.2.0",
"isomorphic-unfetch": "^3.0.0",
"next": "^12.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "~6.1.0",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"@types/chai": "^4.2.21",
"@types/mocha": "^10.0.6",
"@types/next": "^9.0.0",
"@types/node": "^20.10.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.2",
"@types/react-redux": "^7.1.24",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"babel-plugin-styled-components": "^1.13.2",
"chai": "^4.3.4",
"date-fns": "^2.22.1",
"dotenv": "^10.0.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"express": "^4.17.3",
"googleapis": "39",
"husky": "^4.2.5",
"lint-staged": "^10.1.6",
"mocha": "^9.0.2",
"oauth2-provider": "^1.3.0",
"open": "^8.2.1",
"prettier": "^3.1.1",
"ts-node": "^10.1.0",
"typescript": "^5.3.3",
"yarn": "^1.22.4"
},
"license": "MIT",
"scripts": {
"updateResources": "./bin/update_resources.sh",
"updateResources:dev": "NODE_ENV=development ./bin/update_resources.sh",
"postinstall": "yarn updateResources",
"prebuild": "yarn updateResources",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"dev": "NODE_ENV=development yarn updateResources && next",
"format": "eslint --fix './src/**/*.{ts,tsx}' && eslint --fix './pages/*.tsx'",
"test": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' mocha -r ts-node/register test/**/*.test.ts",
"clean": "rm -rf .cache && rm -rf .temp && rm -rf out/",
"fetchFile": "node ./bin/fetch_files_from_googledrive.js",
"fetchLocal": "node ./bin/fetch_files_from_local.js"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{ts,tsx,js}": [
"npm run format",
"git add"
]
},
"repository": {
"type": "git",
"url": "https://github.com/happou31/marine_button"
},
"bugs": {
"url": "https://github.com/happou31/marine_button/issues"
}
}