-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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": "@ecwid/nextjs-ecwid-plugin",
"version": "0.1.2",
"description": "Ecwid Ecommerce Shopping Cart is everything you need to add an online store to your site",
"author": "Ecwid",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Ecwid/nextjs-ecwid-plugin.git"
},
"bugs": {
"url": "https://github.com/Ecwid/nextjs-ecwid-plugin/issues"
},
"keywords": [
"nextjs",
"react",
"ecwid",
"ecommerce",
"storefront"
],
"license": "Apache-2.0",
"scripts": {
"build": "webpack"
},
"peerDependencies": {
"next": "^14",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-loader": "9.1.3",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"path": "0.12.7",
"prop-types": "15.8.1",
"react": "^18",
"react-dom": "^18",
"webpack": "5.90.0",
"webpack-cli": "5.1.4"
},
"dependencies": {
"@babel/core": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/preset-react": "7.23.3",
"@babel/preset-stage-0": "7.8.3"
},
"homepage": "https://github.com/Ecwid/nextjs-ecwid-plugin#readme",
"directories": {
"lib": "lib"
}
}