-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 863 Bytes
/
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
{
"name": "memory-game",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@types/lodash.isequal": "^4.5.5",
"@types/lodash.shuffle": "^4.2.6",
"@types/styled-components": "^5.1.4",
"immer": "^7.0.14",
"lodash.isequal": "^4.5.0",
"lodash.shuffle": "^4.2.0",
"next": "^10.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-github-corner": "^2.5.0",
"reset-css": "^5.0.1",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/node": "^14.14.7",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"babel-plugin-inline-react-svg": "^1.1.2",
"babel-plugin-styled-components": "^1.11.1",
"typescript": "^4.0.5"
},
"license": "MIT"
}