-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 971 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
42
43
44
{
"name": "testscandi",
"version": "0.0.1",
"license": "OSL-3.0",
"dependencies": {
"@scandipwa/eslint-config": "0.1.40",
"@scandipwa/scandipwa": "4.5.1",
"@scandipwa/scandipwa-scripts": "2.4.21",
"@tilework/mosaic": "0.1.7",
"@tilework/mosaic-craco": "0.0.5",
"postcss": "8.4.5"
},
"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://demo100-ors-1588667385-swpwa451-zco.scandipwa.cloud/"
}