-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.42 KB
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": "afrifable",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "jest --workspace=@evershop/evershop",
"setup": "evershop install",
"build": "evershop build",
"start": "evershop start",
"start:debug": "evershop start --debug",
"dev": "evershop dev",
"user:create": "evershop user:create",
"user:changePassword": "evershop user:changePassword",
"cypress": "cypress run",
"lint": "eslint --fix --ext .js,.jsx .",
"prepare": "husky install"
},
"system": {
"theme": "eve"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.14.8",
"@babel/node": "^7.14.7",
"@evershop/evershop": "^1.1.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"babel-jest": "^28.1.1",
"cypress": "^9.7.0",
"eslint": "^8.17.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^8.0.3",
"jest": "^27.4.3",
"prettier": "2.8.4",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0",
"tailwindcss": "^3.2.1",
"webpack-bundle-analyzer": "^4.5.0"
}
}