This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.67 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
{
"name": "react-showroom",
"version": "0.1.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "styleguidist server",
"build": "styleguidist build",
"update-components": "yarn add buildo/react-components buildo/react-autosize-textarea buildo/react-cookie-banner buildo/react-flexview",
"gh-pages": "gh-pages -d dist",
"deploy": "yarn update-components && yarn build && git add docs yarn.lock && git commit -m 'update gh-pages' && git push",
"typecheck": "tsc --noEmit --pretty"
},
"devDependencies": {
"@types/node": "8.0.53",
"@types/prop-types": "15.5.2",
"@types/query-string": "5.0.1",
"@types/react": "16.8.10",
"@types/react-dom": "16.8.3",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.2",
"babel-preset-buildo": "^0.1.1",
"buildo-normalize-css": "^3.0.2",
"css-loader": "^0.28.5",
"file-loader": "^1.1.5",
"gh-pages": "^1.1.0",
"node-sass": "^4.12.0",
"raw-loader": "^0.5.1",
"react": "^16.8.6",
"react-docgen-typescript": "^1.12.3",
"react-dom": "^16.8.6",
"react-styleguidist": "^7.0.0",
"sass-loader": "^6.0.6",
"styled-components": "^3.2.5",
"ts-loader": "^5.3.3",
"typescript": "^3.2.2",
"url-loader": "^0.5.9",
"webpack": "^4.28.3"
},
"dependencies": {
"@types/lodash-es": "^4.17.3",
"buildo-react-components": "buildo/react-components",
"faker": "^4.1.0",
"lodash-es": "^4.17.14",
"progress-bar-webpack-plugin": "^1.10.0",
"query-string": "^5.1.0",
"react-autosize-textarea": "buildo/react-autosize-textarea",
"react-cookie-banner": "buildo/react-cookie-banner",
"react-flexview": "buildo/react-flexview"
}
}