@toptal/davinci-skeleton 4.0.2 → 4.0.3-alpha-fx-force-push-alpha-package.6
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 +4 -3
- package/.github/CODEOWNERS +0 -10
- package/.github/PULL_REQUEST_TEMPLATE.md +0 -19
- package/.vscode/launch.json +0 -35
- package/dist-package/package.json +0 -55
- package/package.json.skeleton +0 -55
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-skeleton",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3-alpha-fx-force-push-alpha-package.6+0e7138f7",
|
|
4
4
|
"description": "Toptal frontend application created with Davinci CLI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"homepage": "https://github.com/toptal/davinci/tree/master/packages/bootstrap#readme",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@toptal/browserslist-config": "
|
|
12
|
+
"@toptal/browserslist-config": "1.2.1-alpha-fx-force-push-alpha-package.113+0e7138f7",
|
|
13
13
|
"@types/jest": "^27.0.3",
|
|
14
14
|
"@types/react": "^17.0.37",
|
|
15
15
|
"@types/react-dom": "^16.8.4",
|
|
@@ -51,5 +51,6 @@
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"sideEffects": false,
|
|
54
|
-
"main": "./src/index.tsx"
|
|
54
|
+
"main": "./src/index.tsx",
|
|
55
|
+
"gitHead": "0e7138f7b9f0c8f22ba0ada9c6ed8143834ee642"
|
|
55
56
|
}
|
package/.github/CODEOWNERS
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
# This file defines individuals or teams that are responsible for code.
|
|
2
|
-
#
|
|
3
|
-
# https://github.com/blog/2392-introducing-code-owners
|
|
4
|
-
# https://help.github.com/articles/about-codeowners/
|
|
5
|
-
#
|
|
6
|
-
# Lines starting with '#' are comments.
|
|
7
|
-
# Each line is a file pattern followed by one or more owners.
|
|
8
|
-
|
|
9
|
-
# These owners will be the default owners for everything in the repo.
|
|
10
|
-
* @toptal/%team name%
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
[PN-NNNN]
|
|
2
|
-
|
|
3
|
-
### Description
|
|
4
|
-
|
|
5
|
-
Describe the changes and motivations for the pull request, unless evident from the title.
|
|
6
|
-
|
|
7
|
-
### How to test
|
|
8
|
-
|
|
9
|
-
- FIXME: Add the steps describing how to verify your changes
|
|
10
|
-
|
|
11
|
-
### Screenshots
|
|
12
|
-
|
|
13
|
-
| Before. | After. |
|
|
14
|
-
| --------------------------------------- | --------------------------------------- |
|
|
15
|
-
| Insert screenshots or screen recordings | Insert screenshots or screen recordings |
|
|
16
|
-
|
|
17
|
-
### Review
|
|
18
|
-
|
|
19
|
-
- [ ] Ensure that deployed demo has expected results and good examples
|
package/.vscode/launch.json
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "0.2.0",
|
|
3
|
-
"configurations": [
|
|
4
|
-
{
|
|
5
|
-
"name": "Debug Tests - Single Run",
|
|
6
|
-
"type": "node",
|
|
7
|
-
"runtimeExecutable": "yarn",
|
|
8
|
-
"request": "launch",
|
|
9
|
-
"args": ["test", "--runInBand"],
|
|
10
|
-
"cwd": "${workspaceFolder}",
|
|
11
|
-
"console": "integratedTerminal",
|
|
12
|
-
"internalConsoleOptions": "neverOpen"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "Debug Tests - Watch Mode",
|
|
16
|
-
"type": "node",
|
|
17
|
-
"runtimeExecutable": "yarn",
|
|
18
|
-
"request": "launch",
|
|
19
|
-
"args": ["test", "--runInBand"],
|
|
20
|
-
"cwd": "${workspaceFolder}",
|
|
21
|
-
"console": "integratedTerminal",
|
|
22
|
-
"internalConsoleOptions": "neverOpen"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "Debug Tests - Current File",
|
|
26
|
-
"type": "node",
|
|
27
|
-
"runtimeExecutable": "yarn",
|
|
28
|
-
"request": "launch",
|
|
29
|
-
"args": ["test", "${relativeFile}", "--runInBand", "--watchAll"],
|
|
30
|
-
"cwd": "${workspaceFolder}",
|
|
31
|
-
"console": "integratedTerminal",
|
|
32
|
-
"internalConsoleOptions": "neverOpen"
|
|
33
|
-
}
|
|
34
|
-
]
|
|
35
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@toptal/davinci-skeleton",
|
|
3
|
-
"version": "4.0.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
|
-
"@toptal/browserslist-config": "^1.2.0",
|
|
13
|
-
"@types/jest": "^27.0.3",
|
|
14
|
-
"@types/react": "^17.0.37",
|
|
15
|
-
"@types/react-dom": "^16.8.4",
|
|
16
|
-
"@types/styled-components": "^5.1.14",
|
|
17
|
-
"wait-on": "^5.2.0",
|
|
18
|
-
"yarn-deduplicate": "^2.0.0"
|
|
19
|
-
},
|
|
20
|
-
"scripts": {
|
|
21
|
-
"analyze": "davinci engine analyze",
|
|
22
|
-
"build": "davinci engine build",
|
|
23
|
-
"start": "PORT=3000 davinci engine start --https --open-url https://local-development.staging.toptal.net:3000",
|
|
24
|
-
"start:ci": "PORT=3000 davinci engine start --https",
|
|
25
|
-
"test": "davinci qa unit --runInBand true",
|
|
26
|
-
"test:e2e": "NODE_ENV=development davinci qa e2e --baseUrl=https://local-development.staging.toptal.net:3000",
|
|
27
|
-
"test:e2e:ci": "yarn start:ci & wait-on -i 10000 https://local-development.staging.toptal.net:3000 && yarn test:e2e",
|
|
28
|
-
"lint": "davinci syntax lint code . && davinci syntax lint styles .",
|
|
29
|
-
"prepublish": "if [ -f 'yarn.lock' ]; then yarn-deduplicate yarn.lock; fi",
|
|
30
|
-
"build:package": "../../bin/build-package.js",
|
|
31
|
-
"prepack": "./bin/prepack-skeleton",
|
|
32
|
-
"postpack": "./bin/postpack-skeleton",
|
|
33
|
-
"prepublishOnly": "../../bin/prepublish.js"
|
|
34
|
-
},
|
|
35
|
-
"lint-staged": {
|
|
36
|
-
"*.{js,jsx,ts,tsx}": [
|
|
37
|
-
"davinci syntax lint code",
|
|
38
|
-
"prettier",
|
|
39
|
-
"git add"
|
|
40
|
-
],
|
|
41
|
-
"styles.{js,jsx,ts,tsx}": [
|
|
42
|
-
"davinci syntax lint styles",
|
|
43
|
-
"prettier --write",
|
|
44
|
-
"git add"
|
|
45
|
-
]
|
|
46
|
-
},
|
|
47
|
-
"husky": {
|
|
48
|
-
"hooks": {
|
|
49
|
-
"pre-commit": "lint-staged",
|
|
50
|
-
"pre-push": "davinci ci danger --local"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"sideEffects": false,
|
|
54
|
-
"main": "./src/index.tsx"
|
|
55
|
-
}
|
package/package.json.skeleton
DELETED
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@toptal/davinci-skeleton",
|
|
3
|
-
"version": "4.0.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
|
-
"@toptal/browserslist-config": "^1.2.0",
|
|
13
|
-
"@types/jest": "^27.0.3",
|
|
14
|
-
"@types/react": "^17.0.37",
|
|
15
|
-
"@types/react-dom": "^16.8.4",
|
|
16
|
-
"@types/styled-components": "^5.1.14",
|
|
17
|
-
"wait-on": "^5.2.0",
|
|
18
|
-
"yarn-deduplicate": "^2.0.0"
|
|
19
|
-
},
|
|
20
|
-
"scripts": {
|
|
21
|
-
"analyze": "davinci engine analyze",
|
|
22
|
-
"build": "davinci engine build",
|
|
23
|
-
"start": "PORT=3000 davinci engine start --https --open-url https://local-development.staging.toptal.net:3000",
|
|
24
|
-
"start:ci": "PORT=3000 davinci engine start --https",
|
|
25
|
-
"test": "davinci qa unit --runInBand true",
|
|
26
|
-
"test:e2e": "NODE_ENV=development davinci qa e2e --baseUrl=https://local-development.staging.toptal.net:3000",
|
|
27
|
-
"test:e2e:ci": "yarn start:ci & wait-on -i 10000 https://local-development.staging.toptal.net:3000 && yarn test:e2e",
|
|
28
|
-
"lint": "davinci syntax lint code . && davinci syntax lint styles .",
|
|
29
|
-
"prepublish": "if [ -f 'yarn.lock' ]; then yarn-deduplicate yarn.lock; fi",
|
|
30
|
-
"build:package": "../../bin/build-package.js",
|
|
31
|
-
"prepack": "./bin/prepack-skeleton",
|
|
32
|
-
"postpack": "./bin/postpack-skeleton",
|
|
33
|
-
"prepublishOnly": "../../bin/prepublish.js"
|
|
34
|
-
},
|
|
35
|
-
"lint-staged": {
|
|
36
|
-
"*.{js,jsx,ts,tsx}": [
|
|
37
|
-
"davinci syntax lint code",
|
|
38
|
-
"prettier",
|
|
39
|
-
"git add"
|
|
40
|
-
],
|
|
41
|
-
"styles.{js,jsx,ts,tsx}": [
|
|
42
|
-
"davinci syntax lint styles",
|
|
43
|
-
"prettier --write",
|
|
44
|
-
"git add"
|
|
45
|
-
]
|
|
46
|
-
},
|
|
47
|
-
"husky": {
|
|
48
|
-
"hooks": {
|
|
49
|
-
"pre-commit": "lint-staged",
|
|
50
|
-
"pre-push": "davinci ci danger --local"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"sideEffects": false,
|
|
54
|
-
"main": "./src/index.tsx"
|
|
55
|
-
}
|