-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.51 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
{
"name": "opub",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS=--max-old-space-size=4096 next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@next/bundle-analyzer": "^12.1.0",
"@opub-cdl/design-system": "^0.9.37",
"@radix-ui/react-dropdown-menu": "^1.0.0",
"dom-to-image": "^2.6.0",
"echarts": "^5.3.0",
"echarts-for-react": "^3.0.2",
"file-saver": "^2.0.5",
"fscreen": "^1.2.0",
"html2canvas": "^1.4.1",
"jszip": "^3.7.1",
"jszip-utils": "^0.1.0",
"keen-slider": "^6.6.3",
"next": "^12.2.5",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^9.0.0",
"nextjs-progressbar": "^0.0.14",
"papaparse": "^5.3.1",
"polished": "^4.1.4",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lite-youtube-embed": "^2.2.2",
"react-modal": "^3.14.4",
"react-select": "^5.4.0",
"react-table": "^7.7.0",
"sharp": "^0.30.1",
"styled-components": "^5.3.3",
"swr": "^1.3.0",
"watermarkjs": "^2.1.1"
},
"devDependencies": {
"@types/dom-to-image": "^2.6.4",
"@types/file-saver": "^2.0.5",
"@types/papaparse": "^5.3.2",
"@types/react": "^18.0.17",
"@types/react-modal": "^3.13.1",
"@types/styled-components": "^5.1.20",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"typescript": "^4.5.5",
"xlsx": "^0.18.5"
}
}