-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
58 lines (58 loc) · 1.51 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
50
51
52
53
54
55
56
57
58
{
"name": "crm-next-andt-front",
"private": true,
"jest": {
"verbose": true,
"moduleNameMapper": {
"\\.(css|less)$": "<rootDir>/tests/styleMock.js"
}
},
"scripts": {
"dev": "next dev -p 4000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@casperholders/core": "^3.0.0",
"@ledgerhq/hw-transport-webusb": "^6.24.1",
"@zeit/next-css": "^1.0.1",
"@zondax/ledger-casper": "0.0.1",
"antd": "^4.18.5",
"axios": "^0.24.0",
"casper-js-sdk": "^2.7.6",
"jsdoc": "^3.6.10",
"next": "^12.1.0",
"next-redux-wrapper": "^7.0.5",
"node-fetch": "^3.2.0",
"npm": "^7.24.2",
"postcss": "^8.4.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.4.1"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@types/jest": "^27.4.0",
"@types/node": "16.11.7",
"@types/react": "17.0.34",
"axios-mock-adapter": "^1.20.0",
"eslint": "7",
"eslint-config-next": "12.0.3",
"fetch-mock": "^9.11.0",
"jest": "^27.5.1",
"jsdoc": "^3.6.10",
"moxios": "^0.4.0",
"redux-mock-store": "^1.5.4",
"typescript": "4.4.4"
}
}