-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.63 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
{
"name": "webpresentation",
"version": "0.0.1-dev",
"description": "WebPresentation for 歷史研究數位人文資源的介紹與實作 (CSIE5025)",
"main": "index.js",
"repository": "[email protected]:cycpe950609/InfiniteCanvas.git",
"author": "Cycpe950609 <[email protected]>",
"license": "MIT",
"type": "module",
"scripts": {
"lint": "eslint ts/ --ext .ts",
"build": "webpack --mode production",
"build:dev": "webpack --mode development",
"build:watch": "webpack --mode development --watch",
"serve": "webpack-dev-server --mode development --port 5050"
},
"dependencies": {
"d3": "^7.8.0",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
"leaflet": "^1.9.3",
"lodash": "^4.17.21",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"remark-loader": "^5.0.0",
"typescript": "^4.7.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/register": "^7.18.6",
"@types/d3": "^7.4.0",
"@types/d3-geo": "^3.0.2",
"@types/leaflet": "^1.9.0",
"@types/lodash": "^4.14.189",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"eslint": "^8.19.0",
"html-webpack-plugin": "^5.5.0",
"json-loader": "^0.5.7",
"prettier": "^2.7.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}