-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·63 lines (63 loc) · 1.87 KB
/
package.json
File metadata and controls
executable file
·63 lines (63 loc) · 1.87 KB
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
{
"name": "chatql-ui-react",
"module": "src/index.js",
"main": "build/main.js",
"description": " documentation https://juicycleff.github.io/chatql-ui-react/",
"homepage": "https://juicycleff.github.io/chatql-ui-react/",
"version": "0.1.0",
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "start-storybook -p 9009 -s public",
"build": "react-app-rewired build --library",
"build:storybook": "build-storybook -s public",
"clean": "rm -rf node_modules && npm i",
"test": "react-scripts test --env=jsdom",
"coverage": "npm run test -- --coverage",
"deploy": "gh-pages -d storybook-static",
"predeploy": "npm run build:storybook",
"eject": "react-scripts eject",
"commit": "git-cz"
},
"dependencies": {
"lodash.get": "^4.4.2",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-loadable": "^5.5.0",
"react-scripts": "^1.1.5",
"react-transition-group": "^2.4.0",
"styled-components": "^3.4.5"
},
"config": {
"cz-emoji": {},
"commitizen": {
"path": "cz-emoji"
}
},
"importSort": {
".js": {
"style": "module"
}
},
"devDependencies": {
"@storybook/addon-info": "^3.4.10",
"@storybook/addon-links": "^3.4.10",
"@storybook/addon-options": "^3.4.10",
"@storybook/addons": "^3.4.6",
"@storybook/react": "^3.4.6",
"babel-core": "^6.26.3",
"babel-plugin-import": "^1.7.0",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"commitizen": "^2.10.1",
"cz-emoji": "^1.1.1",
"eslint-config-airbnb-base": "^12.1.0",
"gh-pages": "^1.2.0",
"jest-styled-components": "^6.1.1",
"react-app-rewire-create-react-library": "^0.1.1",
"react-app-rewired": "^1.5.2",
"react-test-renderer": "^16.4.2",
"source-map-explorer": "^1.6.0",
"storybook-readme": "^3.3.0"
}
}