-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "martian_imperial_year_table",
"version": "1.0.0",
"description": "帝國火星曆テーブル",
"main": "main.py",
"directories": {
"test": "tests"
},
"scripts": {
"start": "./tasks.py start",
"test": "./tasks.py test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c4se-jp/martian_imperial_year_table.git"
},
"author": "ne_Sachirou <utakata.c4se@gmail.com>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/c4se-jp/martian_imperial_year_table/issues"
},
"homepage": "https://github.com/c4se-jp/martian_imperial_year_table#readme",
"dependencies": {
"bulma": "^1.0.2",
"create-react-class": "^15.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.53.1",
"react-router-dom": "^6.27.0"
},
"devDependencies": {
"npm-check-updates": "^17.1.6",
"prettier": "^3.3.3",
"transcrypt-loader": "^1.0.2",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^6.0.1"
}
}