-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.87 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
65
66
67
68
{
"name": "asean-next",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=14.0.0",
"yarn": ">=1.22.17",
"npm": "please-use-yarn"
},
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write .",
"prepare": "husky install",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@heroicons/react": "^2.0.13",
"@reduxjs/toolkit": "^1.9.1",
"@types/node": "18.11.14",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"apexcharts": "^3.36.3",
"axios": "^1.2.1",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"formik": "^2.2.9",
"mapbox-gl": "^2.11.1",
"next": "13.0.6",
"next-redux-wrapper": "^8.1.0",
"rc-notification": "^5.0.2",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.5",
"redux-thunk": "^2.4.2",
"typescript": "4.9.4"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@storybook/addon-actions": "^6.5.14",
"@storybook/addon-essentials": "^6.5.14",
"@storybook/addon-interactions": "^6.5.14",
"@storybook/addon-links": "^6.5.14",
"@storybook/builder-webpack5": "^6.5.14",
"@storybook/manager-webpack5": "^6.5.14",
"@storybook/react": "^6.5.14",
"@storybook/testing-library": "^0.0.13",
"@types/mapbox-gl": "^2.7.10",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.3.0",
"cross-env": "^7.0.3",
"eslint-plugin-storybook": "^0.6.8",
"husky": "^8.0.2",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"tailwindcss": "^3.2.4",
"util": "^0.12.5"
},
"resolutions": {
"webpack": "^5"
}
}