Skip to content

Commit 9c0b32e

Browse files
author
Rama Annaswamy
committedAug 26, 2021
NextJS 11
1 parent 245ed51 commit 9c0b32e

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed
 

‎package.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"name": "inapptests",
3-
"version": "0.1.0",
4-
"private": true,
5-
"scripts": {
6-
"dev": "next dev",
7-
"build": "next build",
8-
"start": "next start"
9-
},
10-
"dependencies": {
11-
"@material-ui/core": "^4.9.13",
12-
"@material-ui/icons": "^4.9.1",
13-
"@material-ui/lab": "^4.0.0-alpha.54",
14-
"clsx": "^1.1.1",
15-
"firebase": "^7.15.0",
16-
"fs": "^0.0.1-security",
17-
"isomorphic-unfetch": "^3.0.0",
18-
"json-loader": "^0.5.7",
19-
"material-table": "1.61.0",
20-
"modernizr-loader": "^1.0.1",
21-
"next": "^11.1.0",
22-
"next-plugin-modernizr": "^0.0.3",
23-
"react": "^17.0.2",
24-
"react-dom": "^17.0.2",
25-
"swr": "^0.2.0"
26-
}
27-
}
2+
"name": "inapptests",
3+
"version": "0.1.0",
4+
"private": true,
5+
"scripts": {
6+
"dev": "next dev",
7+
"build": "next build",
8+
"start": "next start"
9+
},
10+
"dependencies": {
11+
"@material-ui/core": "^4.9.13",
12+
"@material-ui/icons": "^4.9.1",
13+
"@material-ui/lab": "^4.0.0-alpha.54",
14+
"clsx": "^1.1.1",
15+
"firebase": "^7.15.0",
16+
"fs": "^0.0.1-security",
17+
"isomorphic-unfetch": "^3.0.0",
18+
"json-loader": "^0.5.7",
19+
"material-table": "1.61.0",
20+
"modernizr-loader": "^1.0.1",
21+
"next": "^11.1.0",
22+
"next-plugin-modernizr": "^0.0.3",
23+
"react": "^17.0.2",
24+
"react-dom": "^17.0.2",
25+
"swr": "^0.2.0"
26+
}
27+
}

0 commit comments

Comments
 (0)
Please sign in to comment.