-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
153 lines (153 loc) · 5.64 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "@front10/landing-page-book",
"version": "2.0.0-beta.0",
"description": "A react library for landing page",
"main": "dist/index.js",
"dependencies": {
"bootstrap": "^4.1.1",
"codemirror": "^5.39.0",
"color": "^3.1.0",
"email-validator": "^2.0.4",
"font-awesome": "^4.7.0",
"gatsby": "^1.9.45",
"gatsby-link": "^1.6.17",
"gatsby-plugin-react-helmet": "^1.0.5",
"google-map-react": "^1.0.5",
"graphql-syntax-highlighter-react": "^0.3.5",
"highlight.js": "^9.12.0",
"node-fetch": "^2.1.2",
"react": "^16.6.1",
"react-codemirror": "^1.0.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.2.0",
"react-flags-select": "^1.1.9",
"react-ga": "^2.5.3",
"react-gif-player": "^0.4.1",
"react-html-parser": "^2.0.2",
"react-json-pretty": "^1.7.9",
"react-lazy-hero": "^0.4.0",
"react-particles-js": "^2.3.0",
"react-player": "^1.6.4",
"react-scroll": "^1.7.10",
"react-share": "^2.2.0",
"react-slick": "^0.23.2",
"react-stepzilla": "^4.7.2",
"slick-carousel": "^1.8.1"
},
"repository": {
"type": "git",
"url": "[email protected]:front10/landing-page-book.git"
},
"peerDependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"keywords": [
"React",
"Landing",
"React Components",
"Landing Pages",
"Storybook",
"Component Explorer"
],
"author": "front10",
"license": "MIT",
"bugs": {
"url": "https://github.com/front10/landing-page-book/issues"
},
"homepage": "https://landing-page-book.front10.cloud/",
"scripts": {
"build-static-pages": "node scripts/build-static-pages.js",
"build": "gulp compile-themes-force && gulp compile-components && rm -rf public && mkdir public && mkdir public/images && cp -r assets/images/* public/images && npm run build-static-pages && gatsby build --prefix-paths && mkdir public/themes && cp -r assets/themes/* public/themes",
"develop": "rm -rf public && mkdir public && mkdir public/images && cp -r assets/images/* public/images && npm run build-static-pages && gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'",
"start": "gulp compile-components-watch & gulp compile-components & gulp compile-themes-watch & gulp compile-themes-force & start-storybook -p 9001 -c .storybook -s ./assets",
"build-storybook": "build-storybook -c .storybook -o public -s ./assets",
"build-theme": "gulp compile-themes-watch",
"build-doc": "node scripts/build-docs",
"test": "jest --coverage --config ./jest.config.js --runInBand",
"test:badge": "cat ./coverage/lcov.info | coveralls",
"eslint": "./node_modules/.bin/eslint './src/**'",
"eslint:fix": "./node_modules/.bin/eslint --fix ./src",
"gitlab-pages": "git push master gitlab-pages",
"prepush": "npm run eslint",
"transpile": "babel src -d dist --copy-files",
"prepublishOnly": "gulp compile-components-watch & gulp compile-components & gulp compile-themes-watch & gulp compile-themes-force & npm run transpile",
"test-browser": "node ./selenium/browser-test.js",
"deploy": "gh-pages -d public -b gh-pages -r [email protected]:front10/landing-page-book.git",
"now-build": "npm run build"
},
"devDependencies": {
"@kadira/storybook-addon-options": "^1.0.2",
"@storybook/addon-actions": "^3.2.12",
"@storybook/addon-centered": "^3.3.12",
"@storybook/addon-knobs": "^3.2.12",
"@storybook/addon-options": "^3.2.12",
"@storybook/addon-viewport": "^3.3.12",
"@storybook/addons": "^3.4.2",
"@storybook/react": "^3.2.12",
"@types/prop-types": "^15.5.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.4.3",
"babel-loader": "7.1.1",
"babel-plugin-macros": "^2.2.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"coveralls": "^3.0.2",
"css-loader": "^0.28.11",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jasmine": "^2.10.1",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.10.0",
"gatsby-plugin-compile-es6-packages": "^1.0.6",
"gatsby-plugin-styled-components": "^2.1.0-alpha.6",
"get-sass-vars": "^2.0.0",
"gh-pages": "^1.2.0",
"gh-pages-with-token": "^1.0.0",
"github-markdown-css": "^2.10.0",
"gulp": "^4.0.0",
"gulp-cssimport": "^6.0.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-vars": "^0.1.6",
"highlight-loader": "^0.7.3",
"html-webpack-plugin": "^3.2.0",
"husky": "^0.14.3",
"ignore-styles": "^5.0.1",
"jest": "^22.4.3",
"node-sass": "^4.7.2",
"node-sass-tilde-importer": "^1.0.2",
"prettier": "1.14.0",
"raw-loader": "^0.5.1",
"rc-dropdown": "^2.2.1",
"rc-menu": "^7.4.19",
"react-docgen": "^2.21.0",
"react-icons": "^3.2.1",
"react-live": "^1.12.0",
"react-markdown": "^3.1.5",
"react-remarkable": "^1.1.3",
"react-scroll": "^1.7.10",
"react-test-renderer": "^16.3.2",
"regenerator-runtime": "^0.11.1",
"sass-loader": "^6.0.6",
"selenium-webdriver": "^4.0.0-alpha.1",
"storybook-readme": "^3.0.6",
"style-loader": "^0.20.3",
"styled-components": "^4.0.3",
"wix-storybook-utils": "^2.0.22"
}
}