-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.2 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "school23.next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider next dev",
"build": "NODE_OPTIONS=--openssl-legacy-provider next build",
"start": "NODE_OPTIONS=--openssl-legacy-provider next start",
"test:e2e": "start-server-and-test dev http://localhost:3000 cypress:run",
"cypress:run": "cypress run",
"test:e2e:open": "start-server-and-test dev http://localhost:3000 cypress:open",
"cypress:open": "cypress open",
"test": "env-cmd -f .env.test mocha",
"export": "next export",
"postbuild": "next-sitemap",
"lint": "eslint --ext .js,.jsx .",
"lint:fix": "eslint --fix --ext .js,.jsx ."
},
"dependencies": {
"@babel/register": "^7.25.9",
"@material-ui/core": "^4.12.4",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"axios": "^1.7.9",
"babel-loader": "^8.1.0",
"bulma": "^0.8.0",
"chai": "^4.2.0",
"classnames": "^2.5.1",
"cypress": "^3.6.1",
"date-fns": "^2.16.1",
"dotenv": "^8.2.0",
"dotenv-load": "^2.0.0",
"emoji-mart": "^3.0.0",
"env-cmd": "^10.1.0",
"eslint": "^7.12.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-cypress": "^2.7.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.37.3",
"filepond": "^4.32.6",
"filepond-plugin-file-validate-type": "^1.2.9",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.12",
"firebase": "^7.5.0",
"firebase-admin": "^8.8.0",
"jsverify": "^0.8.4",
"lodash": "^4.17.21",
"logplease": "^1.2.15",
"mocha": "^6.2.2",
"moment": "^2.30.1",
"next": "^10.0.0",
"next-compose-plugins": "^2.2.1",
"next-cookie": "^2.8.0",
"next-cookies": "^2.0.3",
"next-env": "^1.1.1",
"next-ga": "^2.3.4",
"next-images": "^1.8.5",
"next-redux-wrapper": "^6.0.2",
"next-sitemap": "^1.2.22",
"nextjs-sitemap-generator": "^0.4.1",
"nookies": "^2.5.2",
"npm-run-all": "^4.1.5",
"prop-types": "^15.8.1",
"quill": "^1.3.7",
"quill-delta-to-html": "^0.11.0",
"quill-image-compress": "^1.2.11",
"quill-image-drop-module": "^1.0.3",
"quill-image-resize-module": "^3.0.0",
"react": "16.11.0",
"react-clock": "^2.4.0",
"react-datepicker": "^3.3.0",
"react-dom": "16.11.0",
"react-filepond": "^7.1.3",
"react-outside-click-handler": "^1.3.0",
"react-quill": "^1.3.3",
"react-redux": "^7.1.3",
"react-scroll-up-button": "^1.6.4",
"react-slick": "^0.27.12",
"react-transition-group": "^4.4.5",
"recompose": "^0.30.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"rimraf": "^3.0.0",
"sass": "^1.83.0",
"start-server-and-test": "^1.10.6",
"typed.js": "^2.1.0",
"uikit": "^3.21.16",
"uuid": "^3.3.3",
"validator": "^12.0.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.8",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react-hooks": "^4.2.0",
"next-compose": "^0.0.2",
"now-env": "^3.2.0",
"prettier": "^2.1.2"
}
}