@toptal/davinci-skeleton 7.4.2 → 7.4.3-alpha-fx-qa-postinstall.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -7
- package/dist-package/package.json +0 -65
- package/package.json.skeleton +0 -65
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-skeleton",
|
|
3
|
-
"version": "7.4.
|
|
3
|
+
"version": "7.4.3-alpha-fx-qa-postinstall.4+07ce50ce",
|
|
4
4
|
"description": "Toptal frontend application created with Davinci CLI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@cypress/react": "^6.0.0",
|
|
13
|
-
"@
|
|
13
|
+
"@storybook/react": "^6.5.9",
|
|
14
|
+
"@storybook/testing-library": "^0.0.13",
|
|
15
|
+
"@toptal/browserslist-config": "1.2.1-alpha-fx-qa-postinstall.438+07ce50ce",
|
|
14
16
|
"@types/happo-cypress": "^3.0.0",
|
|
15
17
|
"@types/jest": "^27.5.1",
|
|
16
18
|
"@types/react": "^18.0.14",
|
|
@@ -20,10 +22,8 @@
|
|
|
20
22
|
"jest-environment-jsdom": "^28.1.0",
|
|
21
23
|
"local-cypress": "^1.2.6",
|
|
22
24
|
"postinstall-postinstall": "^2.1.0",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"@storybook/testing-library": "^0.0.13",
|
|
26
|
-
"start-server-and-test": "^1.14.0"
|
|
25
|
+
"start-server-and-test": "^1.14.0",
|
|
26
|
+
"yarn-deduplicate": "^4.0.0"
|
|
27
27
|
},
|
|
28
28
|
"resolutions": {
|
|
29
29
|
"cypress": "^10.0.0",
|
|
@@ -61,5 +61,6 @@
|
|
|
61
61
|
]
|
|
62
62
|
},
|
|
63
63
|
"sideEffects": false,
|
|
64
|
-
"main": "./src/index.tsx"
|
|
64
|
+
"main": "./src/index.tsx",
|
|
65
|
+
"gitHead": "07ce50ce6d00c8bbd69b531b2198c78b7e929481"
|
|
65
66
|
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@toptal/davinci-skeleton",
|
|
3
|
-
"version": "7.4.2",
|
|
4
|
-
"description": "Toptal frontend application created with Davinci CLI",
|
|
5
|
-
"publishConfig": {
|
|
6
|
-
"access": "public"
|
|
7
|
-
},
|
|
8
|
-
"author": "Toptal",
|
|
9
|
-
"homepage": "https://github.com/toptal/davinci/tree/master/packages/bootstrap#readme",
|
|
10
|
-
"license": "ISC",
|
|
11
|
-
"devDependencies": {
|
|
12
|
-
"@cypress/react": "^6.0.0",
|
|
13
|
-
"@toptal/browserslist-config": "^1.2.0",
|
|
14
|
-
"@types/happo-cypress": "^3.0.0",
|
|
15
|
-
"@types/jest": "^27.5.1",
|
|
16
|
-
"@types/react": "^18.0.14",
|
|
17
|
-
"@types/react-dom": "^18.0.4",
|
|
18
|
-
"@types/styled-components": "^5.1.25",
|
|
19
|
-
"happo-e2e": "^1.2.0",
|
|
20
|
-
"jest-environment-jsdom": "^28.1.0",
|
|
21
|
-
"local-cypress": "^1.2.6",
|
|
22
|
-
"postinstall-postinstall": "^2.1.0",
|
|
23
|
-
"yarn-deduplicate": "^4.0.0",
|
|
24
|
-
"@storybook/react": "^6.5.9",
|
|
25
|
-
"@storybook/testing-library": "^0.0.13",
|
|
26
|
-
"start-server-and-test": "^1.14.0"
|
|
27
|
-
},
|
|
28
|
-
"resolutions": {
|
|
29
|
-
"cypress": "^10.0.0",
|
|
30
|
-
"webpack": "^5.0.0"
|
|
31
|
-
},
|
|
32
|
-
"scripts": {
|
|
33
|
-
"analyze": "davinci engine analyze",
|
|
34
|
-
"build": "davinci engine build",
|
|
35
|
-
"start": "PORT=3000 davinci engine start --https --open-url https://local-development.staging.toptal.net:3000",
|
|
36
|
-
"start:ci": "PORT=3000 davinci engine start --https",
|
|
37
|
-
"test": "davinci qa unit --runInBand true",
|
|
38
|
-
"test:ci": "LANG=en_US davinci qa unit --ci --maxWorkers 100% --testTimeout=10000 --silent",
|
|
39
|
-
"test:integration": "NODE_ENV=development davinci qa integration run --baseUrl=https://local-development.staging.toptal.net:3000",
|
|
40
|
-
"test:integration:ci": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'yarn start:ci' https://local-development.staging.toptal.net:3000 'yarn happo-e2e -- -- yarn test:integration'",
|
|
41
|
-
"test:integration:ct": "NODE_ENV=development davinci qa integration run --component",
|
|
42
|
-
"test:integration:ct:ci": "NODE_ENV=development yarn happo-e2e -- -- davinci qa integration run --component",
|
|
43
|
-
"lint": "davinci syntax lint code . && davinci syntax lint styles .",
|
|
44
|
-
"typecheck": "tsc --noEmit && tsc --project cypress --noEmit",
|
|
45
|
-
"prepublish": "if [ -f 'yarn.lock' ]; then yarn-deduplicate yarn.lock; fi",
|
|
46
|
-
"build:package": "../../bin/build-package.js",
|
|
47
|
-
"storybook": "start-storybook -p 6006",
|
|
48
|
-
"storybook:build": "build-storybook --docs -c .storybook -o ./storybook-static",
|
|
49
|
-
"prepack": "./bin/prepack-skeleton",
|
|
50
|
-
"postpack": "./bin/postpack-skeleton",
|
|
51
|
-
"prepublishOnly": "../../bin/prepublish.js"
|
|
52
|
-
},
|
|
53
|
-
"lint-staged": {
|
|
54
|
-
"*.{js,jsx,ts,tsx}": [
|
|
55
|
-
"davinci syntax lint code",
|
|
56
|
-
"prettier --write"
|
|
57
|
-
],
|
|
58
|
-
"styles.{js,jsx,ts,tsx}": [
|
|
59
|
-
"davinci syntax lint styles",
|
|
60
|
-
"prettier --write"
|
|
61
|
-
]
|
|
62
|
-
},
|
|
63
|
-
"sideEffects": false,
|
|
64
|
-
"main": "./src/index.tsx"
|
|
65
|
-
}
|
package/package.json.skeleton
DELETED
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@toptal/davinci-skeleton",
|
|
3
|
-
"version": "7.4.2",
|
|
4
|
-
"description": "Toptal frontend application created with Davinci CLI",
|
|
5
|
-
"publishConfig": {
|
|
6
|
-
"access": "public"
|
|
7
|
-
},
|
|
8
|
-
"author": "Toptal",
|
|
9
|
-
"homepage": "https://github.com/toptal/davinci/tree/master/packages/bootstrap#readme",
|
|
10
|
-
"license": "ISC",
|
|
11
|
-
"devDependencies": {
|
|
12
|
-
"@cypress/react": "^6.0.0",
|
|
13
|
-
"@toptal/browserslist-config": "^1.2.0",
|
|
14
|
-
"@types/happo-cypress": "^3.0.0",
|
|
15
|
-
"@types/jest": "^27.5.1",
|
|
16
|
-
"@types/react": "^18.0.14",
|
|
17
|
-
"@types/react-dom": "^18.0.4",
|
|
18
|
-
"@types/styled-components": "^5.1.25",
|
|
19
|
-
"happo-e2e": "^1.2.0",
|
|
20
|
-
"jest-environment-jsdom": "^28.1.0",
|
|
21
|
-
"local-cypress": "^1.2.6",
|
|
22
|
-
"postinstall-postinstall": "^2.1.0",
|
|
23
|
-
"yarn-deduplicate": "^4.0.0",
|
|
24
|
-
"@storybook/react": "^6.5.9",
|
|
25
|
-
"@storybook/testing-library": "^0.0.13",
|
|
26
|
-
"start-server-and-test": "^1.14.0"
|
|
27
|
-
},
|
|
28
|
-
"resolutions": {
|
|
29
|
-
"cypress": "^10.0.0",
|
|
30
|
-
"webpack": "^5.0.0"
|
|
31
|
-
},
|
|
32
|
-
"scripts": {
|
|
33
|
-
"analyze": "davinci engine analyze",
|
|
34
|
-
"build": "davinci engine build",
|
|
35
|
-
"start": "PORT=3000 davinci engine start --https --open-url https://local-development.staging.toptal.net:3000",
|
|
36
|
-
"start:ci": "PORT=3000 davinci engine start --https",
|
|
37
|
-
"test": "davinci qa unit --runInBand true",
|
|
38
|
-
"test:ci": "LANG=en_US davinci qa unit --ci --maxWorkers 100% --testTimeout=10000 --silent",
|
|
39
|
-
"test:integration": "NODE_ENV=development davinci qa integration run --baseUrl=https://local-development.staging.toptal.net:3000",
|
|
40
|
-
"test:integration:ci": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'yarn start:ci' https://local-development.staging.toptal.net:3000 'yarn happo-e2e -- -- yarn test:integration'",
|
|
41
|
-
"test:integration:ct": "NODE_ENV=development davinci qa integration run --component",
|
|
42
|
-
"test:integration:ct:ci": "NODE_ENV=development yarn happo-e2e -- -- davinci qa integration run --component",
|
|
43
|
-
"lint": "davinci syntax lint code . && davinci syntax lint styles .",
|
|
44
|
-
"typecheck": "tsc --noEmit && tsc --project cypress --noEmit",
|
|
45
|
-
"prepublish": "if [ -f 'yarn.lock' ]; then yarn-deduplicate yarn.lock; fi",
|
|
46
|
-
"build:package": "../../bin/build-package.js",
|
|
47
|
-
"storybook": "start-storybook -p 6006",
|
|
48
|
-
"storybook:build": "build-storybook --docs -c .storybook -o ./storybook-static",
|
|
49
|
-
"prepack": "./bin/prepack-skeleton",
|
|
50
|
-
"postpack": "./bin/postpack-skeleton",
|
|
51
|
-
"prepublishOnly": "../../bin/prepublish.js"
|
|
52
|
-
},
|
|
53
|
-
"lint-staged": {
|
|
54
|
-
"*.{js,jsx,ts,tsx}": [
|
|
55
|
-
"davinci syntax lint code",
|
|
56
|
-
"prettier --write"
|
|
57
|
-
],
|
|
58
|
-
"styles.{js,jsx,ts,tsx}": [
|
|
59
|
-
"davinci syntax lint styles",
|
|
60
|
-
"prettier --write"
|
|
61
|
-
]
|
|
62
|
-
},
|
|
63
|
-
"sideEffects": false,
|
|
64
|
-
"main": "./src/index.tsx"
|
|
65
|
-
}
|