-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 3.42 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "vf-react",
"version": "0.1.0",
"vfConfig": {
"vfName": "VF Boilerplate for React",
"vfNamespace": "vfreact-",
"vfComponentPath": "@visual-framework",
"vfBuildDestination": "./build/vf-generated-assets",
"vfThemePath": "@frctl/mandelbrot"
},
"homepage": "/vf-react",
"scripts": {
"start": "gulp dev",
"predeploy": "gulp build",
"deploy": "gh-pages -d build",
"build": "gulp build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"update-components": "yarn upgrade-interactive --latest"
},
"dependencies": {
"@visual-framework/embl-grid": "2.1.2",
"@visual-framework/vf-banner": "1.9.0",
"@visual-framework/vf-body": "1.2.0",
"@visual-framework/vf-breadcrumbs": "2.0.4",
"@visual-framework/vf-button": "1.4.3",
"@visual-framework/vf-card": "2.6.0",
"@visual-framework/vf-cluster": "1.0.2",
"@visual-framework/vf-code-example": "1.3.0",
"@visual-framework/vf-collapse": "0.0.2",
"@visual-framework/vf-config": "1.0.1-alpha.0",
"@visual-framework/vf-content": "1.6.1",
"@visual-framework/vf-core": "2.2.30",
"@visual-framework/vf-design-tokens": "3.6.0",
"@visual-framework/vf-details": "1.2.0",
"@visual-framework/vf-extensions-react": "0.0.4",
"@visual-framework/vf-flag": "1.0.0-alpha.2",
"@visual-framework/vf-font-plex-mono": "1.1.1",
"@visual-framework/vf-font-plex-sans": "1.1.1",
"@visual-framework/vf-footer": "1.2.0",
"@visual-framework/vf-form__checkbox": "3.0.0-alpha.0",
"@visual-framework/vf-form__select": "3.0.0-alpha.0",
"@visual-framework/vf-global-header": "3.1.2",
"@visual-framework/vf-grid": "1.4.1",
"@visual-framework/vf-grid-page": "3.0.0",
"@visual-framework/vf-header": "2.0.2",
"@visual-framework/vf-heading": "1.0.1",
"@visual-framework/vf-hero": "3.3.0",
"@visual-framework/vf-intro": "1.5.0",
"@visual-framework/vf-lede": "1.0.1",
"@visual-framework/vf-logo": "1.5.1",
"@visual-framework/vf-navigation": "3.0.0-beta.1",
"@visual-framework/vf-no-js": "1.0.1",
"@visual-framework/vf-page-header": "1.1.2",
"@visual-framework/vf-sass-config": "2.6.1",
"@visual-framework/vf-sass-starter": "0.1.23",
"@visual-framework/vf-search": "3.0.0-alpha.0",
"@visual-framework/vf-sidebar": "1.0.0-alpha.2",
"@visual-framework/vf-stack": "2.1.1",
"@visual-framework/vf-table": "1.2.0-rc.2",
"@visual-framework/vf-tabs": "2.0.1",
"@visual-framework/vf-text": "1.0.2",
"@visual-framework/vf-u-fullbleed": "1.2.2",
"@visual-framework/vf-utility-classes": "2.0.0",
"gh-pages": "3.2.3",
"gulp": "4.0.2",
"gulp-autoprefixer": "8.0.0",
"gulp-babel": "8.0.0",
"gulp-better-rollup": "4.0.1",
"gulp-cssnano": "2.1.3",
"gulp-notify": "4.0.0",
"gulp-rename": "2.0.0",
"gulp-sass": "5.0.0",
"gulp-shell": "0.8.0",
"gulp-sourcemaps": "3.0.0",
"gulp-stylelint": "13.0.0",
"gulp-svgmin": "4.0.1",
"gulp-watch": "5.0.1",
"list-stream": "2.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.3",
"rollup-plugin-includepaths": "0.2.4"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}