forked from 8base/boost
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4.34 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 4.34 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
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
{
"name": "@8base/boost",
"version": "0.22.1",
"author": "8base",
"license": "MIT",
"main": "es/index.js",
"module": "es/index.js",
"scripts": {
"build:clean": "rm -rf es",
"build:es": "NODE_ENV=production babel src -d es --ignore '**/*test.js','**/*stories.js'",
"build:flow": "NODE_ENV=production yarn flow-copy-source src es -i '**/*test.js' -i '**/*stories.js'",
"build": "yarn build:clean && yarn build:es && yarn build:flow",
"watch": "NODE_ENV=development babel src -d es --watch --ignore '**/*test.js'",
"build-storybook": "build-storybook -c storybook -o .out",
"deploy-storybook": "storybook-to-ghpages",
"storybook": "start-storybook -p 9001 -c storybook",
"test": "jest",
"e2e": "E2E_DOCKER=true E2E_URL=http://host.docker.internal:9001 jest --config e2e/config.json --forceExit",
"e2e:debug": "E2E_DEBUG=true E2E_URL=http://localhost:9001 jest --config e2e/config.json --forceExit",
"e2e:ci": "E2E_DOCKER=true E2E_URL=http://dockerhost:9001 jest --config e2e/config.json --forceExit",
"eslint": "eslint --ext .jsx,.js --max-warnings=0 src/ storybook/",
"flow": "flow",
"checks": "yarn eslint && yarn flow && yarn test && yarn e2e",
"changelog-overwrite": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"version": "yarn changelog && git add CHANGELOG.md",
"postversion": "git push --follow-tags && yarn deploy-storybook",
"commit": "git-cz"
},
"peerDependencies": {
"react": "^16.6",
"react-dom": "^16.6",
"react-emotion": "^9.1"
},
"devDependencies": {
"@storybook/addon-info": "^3.4.4",
"@storybook/addons": "3.4.1",
"@storybook/react": "^3.4.1",
"@storybook/storybook-deployer": "^2.3.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "7.2.3",
"babel-plugin-emotion": "^9.2.11",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-flow-react-proptypes": "^23.0.0",
"babel-plugin-inline-react-svg": "^0.5.2",
"babel-plugin-jsx-control-statements": "^3.2.8",
"babel-plugin-react-css-modules": "3.4.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-app": "^3.1.1",
"babel-runtime": "^6.26.0",
"commitizen": "^3.0.7",
"conventional-changelog-cli": "^1.3.22",
"cz-conventional-changelog": "^2.1.0",
"dotenv": "^5.0.1",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.7.1",
"enzyme-to-json": "^3.3.5",
"eslint": "4.1.1",
"eslint-config-react-app": "2.1.0",
"eslint-plugin-flowtype": "2.34.1",
"eslint-plugin-import": "2.10.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "^7.1.0",
"flow-bin": "^0.93.0",
"flow-copy-source": "^2.0.2",
"jest": "^23.6.0",
"jest-emotion": "^9.0.0",
"jest-environment-node": "^23.4.0",
"jest-image-snapshot": "^2.7.0",
"lodash": "^4.17.11",
"prettier": "^1.15.3",
"puppeteer": "^1.11.0",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-emotion": "^9.1.3",
"react-test-renderer": "^16.8.1"
},
"dependencies": {
"color": "^3.0.0",
"deepmerge": "^3.0.0",
"emotion": "^9.1.1",
"emotion-theming": "^9.1.2",
"luxon": "1.7.1",
"prop-types": "^15.6.1",
"react-datepicker": "^2.3.0",
"react-dropdown-tree-select": "1.13.0",
"react-input-mask": "^2.0.4",
"react-onclickoutside": "^6.7.1",
"react-popper": "^1.3.2",
"react-portal": "^4.1.5",
"react-select": "^2.1.0",
"recompose": "^0.27.0"
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"setupTestFrameworkScriptFile": "./jest.setup.js",
"roots": [
"<rootDir>/src",
"<rootDir>/storybook"
],
"collectCoverageFrom": [
"src/**/*.js",
"!src/**/*.stories.js",
"!src/**/*.theme.js",
"!src/**/*.index.js"
],
"transformIgnorePatterns": [
"/node_modules/(?!babel-plugin-emotion).+(js|jsx)$"
],
"moduleDirectories": [
"node_modules",
"src"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/file-mock.js",
"\\.(css|less)$": "<rootDir>/__mocks__/style-mock.js"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}