-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.45 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
{
"name": "ignews",
"version": "0.1.0",
"description": "Fancy Next.js app",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"build:static": "next build && next out",
"test": "jest",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@prismicio/client": "5.1.1",
"@prismicio/slice-simulator-react": "^0.2.0",
"@slicemachine/init": "^1.1.0",
"@stripe/stripe-js": "^1.22.0",
"axios": "^0.25.0",
"faunadb": "^4.4.2",
"next": "^12.0.9",
"next-auth": "^4.4.0",
"next-slicezone": "^0.2.0",
"prismic-dom": "^2.2.7",
"prismic-reactjs": "^1.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"sass": "^1.49.0",
"stripe": "^8.201.0"
},
"devDependencies": {
"@swc/core": "^1.2.203",
"@swc/jest": "^0.2.21",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.0.4",
"@testing-library/user-event": "^14.2.0",
"@types/jest": "^28.1.1",
"@types/next-auth": "^3.15.0",
"@types/node": "^17.0.13",
"@types/prismic-dom": "^2.1.1",
"@types/react": "^17.0.38",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"jest-mock": "^28.1.1",
"slice-machine-ui": "^0.0.42",
"ts-node": "^10.8.1",
"typescript": "^4.5.5"
},
"main": "index.js",
"repository": "git@github.com:asleeplevi/ignews.git",
"license": "MIT"
}