-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.71 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
{
"name": "cms2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"build:prod": "cross-env DEPLOY_ENV=PRODUCTION next build && next export",
"lint": "eslint . --ext .js",
"lint:fix": "eslint --fix --ext .js,.jsx ."
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@octokit/core": "^3.2.5",
"@octokit/rest": "^18.3.5",
"axios": "^0.21.1",
"cross-env": "^7.0.2",
"date-fns": "^2.16.1",
"dotenv": "^8.2.0",
"downloadjs": "^1.4.7",
"firebase": "^8.0.0",
"imagemin-optipng": "^8.0.0",
"json2csv": "^5.0.1",
"jszip": "^3.6.0",
"mathjs": "9.4.0",
"moment": "^2.29.1",
"next": "9.4.4",
"next-optimized-images": "^2.6.2",
"nvm": "^0.0.4",
"rc-input-number": "^6.1.1",
"react": "^16.14.0",
"react-csv": "^2.0.3",
"react-datepicker": "^3.3.0",
"react-dom": "16.13.1",
"react-markdown": "^4.3.1",
"react-modal": "^3.11.2",
"react-quill": "^2.0.0",
"react-toggle": "^4.1.3",
"standard": "^14.3.4",
"styled-components": "^5.1.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"babel-plugin-styled-components": "^1.10.7",
"eslint": "^7.7.0",
"eslint-config-airbnb": "^18.0.0",
"eslint-config-nextjs": "1.0.6",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^1.4.0",
"prettier": "^2.0.5",
"prettier-eslint": "^11.0.0",
"prettier-eslint-cli": "^5.0.0"
}
}