-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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
{
"name": "scandi-smpagebuilder",
"version": "0.0.1",
"license": "OSL-3.0",
"dependencies": {
"@apollo/client": "^3.4.5",
"@scandipwa/eslint-config": "0.1.30",
"@scandipwa/scandipwa": "4.5.1",
"@scandipwa/scandipwa-scripts": "2.4.14",
"@tilework/mosaic": "0.1.4",
"graphql": "^15.5.1",
"graphql-tag": "^2.12.5",
"react-intl": "^5.20.6",
"simi-pagebuilder-react": "^1.2.8"
},
"scandipwa": {
"type": "theme",
"locales": {
"en_US": true
},
"parentTheme": "@scandipwa/scandipwa",
"extensions": {}
},
"scripts": {
"start": "scandipwa-scripts start",
"build": "scandipwa-scripts build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": "@scandipwa",
"ignorePatterns": [
"src/**"
]
},
"proxy": "https://scandipwa.pwa-commerce.com/"
}