-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.33 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
{
"name": "lite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --colors",
"lint": "eslint src --ext ts,tsx",
"lint:fix": "yarn lint --fix",
"tsc": "tsc --skipLibCheck"
},
"dependencies": {
"next": "10.0.1",
"polished": "4.0.3",
"rc-slider": "9.6.3",
"react": "17.0.1",
"react-credit-cards": "0.8.3",
"react-dom": "17.0.1",
"react-number-format": "4.4.1",
"recoil": "0.1.2",
"styled-components": "5.2.1"
},
"devDependencies": {
"@testing-library/dom": "7.27.0",
"@testing-library/jest-dom": "5.11.6",
"@testing-library/react": "11.1.2",
"@types/jest": "26.0.15",
"@types/node": "14.14.8",
"@types/react": "16.9.56",
"@types/styled-components": "5.1.4",
"@typescript-eslint/eslint-plugin": "4.8.1",
"@typescript-eslint/parser": "4.8.1",
"babel-jest": "26.6.3",
"eslint": "7.13.0",
"eslint-config-prettier": "6.15.0",
"eslint-config-standard": "16.0.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.21.5",
"jest": "26.6.3",
"jest-dom": "4.0.0",
"prettier": "2.1.2",
"typescript": "4.0.5"
}
}