-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1020 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
41
{
"name": "@edenjs/shop",
"description": "",
"version": "1.3.24",
"dependencies": {
"@edenjs/user-settings": "^1.0.1",
"currency-converter": "^0.1.12",
"currency-formatter": "^1.5.3",
"escape-string-regexp": "^2.0.0",
"is-type": "0.0.1",
"moment": "^2.24.0",
"money-math": "^2.5.1",
"slug": "^1.1.0",
"uuid": "^3.3.2"
},
"engines": {
"node": ">= 8.0.0"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eden-js/shop.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eden-js/shop/issues"
},
"homepage": "https://github.com/eden-js/shop#readme",
"devDependencies": {
"@edenjs/eslint-config-eden": "^2.0.14",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.0",
"eslint-plugin-react": "^7.12.4"
}
}