-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "find-pairs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch",
"test:cover": "jest --coverage",
"test:ci": "jest --ci"
},
"dependencies": {
"@ant-design/icons": "^4.3.0",
"@zeit/next-less": "^1.0.1",
"antd": "^4.8.4",
"babel-plugin-import": "^1.13.1",
"framer-motion": "^2.9.4",
"jimp": "^0.16.1",
"less": "^3.12.2",
"less-vars-to-js": "^1.3.0",
"next": "^10.0.1",
"next-redux-wrapper": "^6.0.2",
"null-loader": "^4.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-flip-toolkit": "^7.0.13",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"babel-jest": "^26.6.3",
"babel-plugin-styled-components": "^1.11.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"redux-devtools-extension": "^2.13.8"
}
}