-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.35 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
{
"name": "ignews",
"version": "0.1.0",
"private": true,
"scripts": {
"test_config": "jest --init",
"test": "jest",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.54.1",
"@aws-sdk/credential-provider-ini": "^3.56.0",
"@prismicio/client": "^6.4.1",
"@prismicio/helpers": "^2.2.1",
"@prismicio/next": "^0.1.0",
"@prismicio/react": "^2.1.2",
"@prismicio/slice-simulator-react": "^0.2.0",
"@stripe/stripe-js": "^1.25.0",
"axios": "^0.26.1",
"next": "12.1.0",
"next-auth": "^4.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"sass": "^1.49.9",
"stripe": "^8.207.0"
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@types/babel__core": "^7.1.19",
"@types/jest": "^27.4.1",
"@types/node": "17.0.21",
"@types/react": "17.0.39",
"babel-jest": "^27.5.1",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"react-test-renderer": "^17.0.2",
"slice-machine-ui": "^0.3.3",
"typescript": "4.6.2"
}
}