-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1006 Bytes
/
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
{
"name": "traversal-ecommerce-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.1",
"@stripe/react-stripe-js": "^1.4.0",
"@stripe/stripe-js": "^1.14.0",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"jquery": "^3.6.0",
"next": "^12.3.1",
"next-redux-wrapper": "^6.0.2",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-bootstrap": "^1.5.2",
"react-dom": "17.0.2",
"react-player": "^2.9.0",
"react-rating": "^2.0.5",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"sass": "^1.32.12",
"stripe": "^8.146.0",
"use-shopping-cart": "^2.4.3"
},
"devDependencies": {
"@types/node": "^18.7.23",
"@types/react": "^18.0.21",
"json-loader": "^0.5.7",
"typescript": "^4.8.4"
}
}