-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.81 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
56
57
58
59
60
61
62
63
64
{
"name": "haq",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@next/bundle-analyzer": "^12.2.5",
"@storybook/addon-a11y": "^6.4.14",
"echarts": "^5.3.0",
"echarts-for-react": "^3.0.2",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"jszip": "^3.7.1",
"jszip-utils": "^0.1.0",
"keen-slider": "^6.6.3",
"next": "^12.3.0",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^9.0.0",
"nextjs-progressbar": "^0.0.13",
"papaparse": "^5.3.1",
"polished": "^4.1.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-modal": "^3.14.4",
"react-select": "^5.4.0",
"react-table": "^7.8.0",
"rss-parser": "^3.12.0",
"sharp": "^0.30.1",
"styled-components": "^5.3.3",
"swr": "^1.1.2",
"uuid": "^8.3.2",
"watermarkjs": "^2.1.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@storybook/addon-actions": "^6.4.14",
"@storybook/addon-docs": "^6.4.14",
"@storybook/addon-essentials": "^6.4.14",
"@storybook/addon-links": "^6.4.14",
"@storybook/builder-webpack5": "^6.4.14",
"@storybook/manager-webpack5": "^6.4.14",
"@storybook/react": "^6.4.14",
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.178",
"@types/papaparse": "^5.3.2",
"@types/react": "^17.0.39",
"@types/react-modal": "^3.13.1",
"@types/styled-components": "^5.1.20",
"babel-loader": "^8.2.3",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"eslint-plugin-storybook": "^0.5.6",
"typescript": "^4.5.5",
"webpack": "^5.67.0"
}
}