forked from browserstack/browserstack-demo-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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
{
"homepage": "https://vishalshah133.github.io/bstackdemo/",
"name": "stackdemo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@webdeb/next-styles": "^1.1.1",
"@zeit/next-sass": "^1.0.1",
"autoprefixer": "^10.0.2",
"axios": "^0.18.0",
"concurrently": "^4.0.1",
"cors": "^2.8.5",
"express": "^4.16.4",
"imagemin-mozjpeg": "^9.0.0",
"jspdf": "^2.4.0",
"jspdf-autotable": "^3.5.20",
"moxios": "^0.4.0",
"next": "^10.0.6",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"next-swagger-doc": "^0.1.9",
"postcss-import": "^13.0.0",
"postcss-preset-env": "^6.7.0",
"prop-types": "15.7.2",
"react": "17.0.1",
"react-device-detect": "^1.14.0",
"react-dom": "17.0.1",
"react-redux": "^5.1.1",
"react-select": "^3.1.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"sass": "^1.29.0",
"store2": "^2.12.0",
"swagger-ui-react": "^3.52.3",
"tailwindcss": "^1.9.6",
"webpack": "^4.0.0"
},
"devDependencies": {
"gh-pages": "^5.0.0"
}
}