-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.02 KB
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
{
"name": "yk-web",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 45678",
"build": "next build",
"test-start": "next start -p 45678",
"start": "next start",
"lint": "next lint",
"upload": "rsync -avP ../yk-web root@128.199.200.209:~"
},
"dependencies": {
"axios": "^1.6.3",
"bootstrap": "^5.3.1",
"c3": "^0.7.20",
"d3": "^7.6.1",
"formik": "^2.4.2",
"link": "^1.5.1",
"lodash": "^4.17.21",
"net": "^1.0.2",
"next": "13.4.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-markdown": "^8.0.3",
"react-mde": "^11.5.0",
"rehype-raw": "^6.1.1",
"sass": "^1.69.7",
"showdown": "^2.1.0",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3",
"styled-components": "^6.0.5",
"topojson": "^3.0.2",
"vstack-graph": "^0.12.2",
"yarn": "^1.22.19"
},
"devDependencies": {
"eslint": "8.46.0",
"eslint-config-next": "^13.0.6",
"styled-components": "^5.3.5"
}
}