-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "project-boiler",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@feathersjs/authentication-client": "^4.5.4",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/rest-client": "^4.5.4",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/styles": "^4.11.4",
"@material-ui/system": "^4.11.3",
"aos": "^2.3.4",
"axios": "^0.19.2",
"classnames": "^2.3.1",
"clsx": "latest",
"cookie-storage": "^6.0.0",
"imagemin-svgo": "^9.0.0",
"laco": "^1.2.1",
"laco-react": "^1.1.0",
"material-ui-pickers": "^2.2.4",
"moment": "^2.29.1",
"next": "10.2.0",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"notistack": "^1.0.7",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-confirm": "^0.1.24",
"react-cropper": "^1.3.0",
"react-dom": "17.0.2",
"react-particles-js": "^3.5.3",
"react-spinners": "^0.11.0",
"tsparticles": "^1.31.1"
}
}