-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 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
{
"name": "fushididane-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"tsc": "tsc",
"ts-node": "ts-node",
"start": "webpack serve --env mode",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nitoc-ict/fushigidane-web.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nitoc-ict/fushigidane-web/issues"
},
"homepage": "https://github.com/nitoc-ict/fushigidane-web#readme",
"devDependencies": {
"@google/maps": "^1.1.3",
"@types/node": "^10.17.40",
"@webpack-cli/serve": "^1.0.1",
"axios": "^0.20.0",
"ts-loader": "^8.0.5",
"ts-node": "^9.0.0",
"ts-node-dev": "^1.0.0",
"typescript": "^4.0.3",
"webpack": "^5.1.3",
"webpack-cli": "^4.1.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {}
}