-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.47 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
{
"name": "ignews",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@prismicio/client": "^4.0.0",
"@stripe/stripe-js": "^1.14.0",
"axios": "^0.21.1",
"faunadb": "^4.2.0",
"next": "10.0.9",
"next-auth": "^3.19.8",
"prismic-dom": "^2.2.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"sass": "^1.32.8",
"stripe": "^8.140.0"
},
"devDependencies": {
"@testing-library/dom": "^7.31.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@types/axios": "^0.14.0",
"@types/next-auth": "^3.15.0",
"@types/node": "^14.14.35",
"@types/prismic-dom": "^2.1.1",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-icons": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"babel-jest": "^26.6.3",
"eslint": "^7.12.1",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.23.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-dom": "^4.0.0",
"prettier": "^2.2.1",
"ts-jest": "^26.5.6",
"typescript": "^4.2.3"
}
}