-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.53 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "brain-cms",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.5.0",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@heroicons/react": "^1.0.1",
"@react-google-maps/api": "^2.1.1",
"@svgr/webpack": "^5.5.0",
"@types/file-saver": "^2.0.2",
"@types/styled-system": "^5.1.11",
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"antd": "4.15.0",
"axios": "^0.27.2",
"cookie": "^0.4.1",
"dotenv": "^8.2.0",
"i18n": "^0.13.3",
"i18next": "^20.2.2",
"less": "^4.1.1",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
"mobx": "^6.1.7",
"mobx-devtools-mst": "^0.9.30",
"mobx-react": "^7.3.0",
"mobx-react-lite": "^3.2.0",
"mobx-state-tree": "^5.0.1",
"moment": "2.29.1",
"next": "10.0.0",
"next-compose-plugins": "^2.2.1",
"nprogress": "^0.2.0",
"numbro": "^2.3.2",
"react": "17.0.1",
"react-color": "^2.19.3",
"react-cookie": "^4.0.3",
"react-copy-to-clipboard": "^5.0.4",
"react-currency-format": "^1.1.0",
"react-dom": "17.0.1",
"react-grid-layout": "^1.2.5",
"react-i18next": "^11.8.14",
"styled-components": "5.2.1",
"styled-system": "^5.1.5",
"url": "^0.11.0"
},
"devDependencies": {
"@commitlint/cli": "^12.0.0",
"@commitlint/config-conventional": "^12.0.0",
"@types/array-move": "^2.0.0",
"@types/lodash": "^4.14.169",
"@types/node": "^14.14.31",
"@types/nprogress": "^0.2.0",
"@types/numbro": "^1.9.3",
"@types/react": "^17.0.2",
"@types/react-circular-progressbar": "^1.1.0",
"@types/react-grid-layout": "^1.1.1",
"@types/react-image-gallery": "^1.0.2",
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"babel-plugin-import": "^1.13.3",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-styled-components": "^1.12.0",
"cz-conventional-changelog": "3.3.0",
"dotenv-webpack": "^7.0.3",
"eslint": "^7.20.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.3.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"typescript": "^4.1.5"
}
}