-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
127 lines (127 loc) · 4.7 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
{
"name": "react-ts-family-notebook",
"version": "0.1.0",
"private": true,
"dependencies": {
"connected-react-router": "^4.5.0",
"history": "^4.7.2",
"lodash": "^4.17.11",
"normalizr": "^3.2.4",
"polished": "^2.0.3",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-modal": "^3.5.1",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "2.16.0",
"reduce-reducers": "^0.4.3",
"redux": "^4.0.0",
"redux-optimistic-ui": "^3.1.0",
"redux-persist": "^5.10.0",
"redux-saga": "^0.16.0",
"reselect": "^4.0.0",
"styled-components": "^3.4.5",
"styled-normalize": "^8.0.0",
"typescript-fsa": "^3.0.0-beta-2",
"typescript-fsa-reducers": "^0.4.5",
"typescript-fsa-redux-saga": "^1.1.1",
"uuid": "^3.3.2"
},
"scripts": {
"predeploy": "yarn build-storybook",
"deploy": "gh-pages -d storybook-static",
"start": "react-app-rewired start --scripts-version react-scripts-ts",
"build": "react-app-rewired build --scripts-version react-scripts-ts",
"test": "react-app-rewired test --scripts-version react-scripts-ts --env=jsdom",
"coverage": "yarn test --env=jsdom --coverage",
"eject": "react-scripts-ts eject",
"lint": "concurrently 'yarn lint:text' 'yarn lint:js' 'yarn lint:css' 'yarn lint:sc'",
"lint:fix": "concurrently 'yarn lint:text --fix' 'yarn lint:js --fix' 'yarn lint:css --fix' 'yarn lint:sc'",
"lint:text": "textlint 'docs/**'",
"lint:js": "tslint 'src/**/*.ts{,x}'",
"lint:css": "stylelint 'public/**/*.css' 'public/index.html'",
"lint:sc": "stylelint 'src/**/*.ts{,x}'",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.8",
"@storybook/addon-console": "^1.0.4",
"@storybook/addon-info": "^3.4.10",
"@storybook/addon-knobs": "^3.4.10",
"@storybook/addon-links": "^3.4.8",
"@storybook/addon-notes": "^3.4.10",
"@storybook/addon-options": "^3.4.10",
"@storybook/addon-storyshots": "^3.4.10",
"@storybook/addon-viewport": "^3.4.10",
"@storybook/addons": "^3.4.8",
"@storybook/react": "^3.4.8",
"@types/enzyme": "^3.1.11",
"@types/enzyme-adapter-react-16": "^1.0.2",
"@types/history": "^4.7.0",
"@types/jest": "^23.1.5",
"@types/lodash": "^4.14.116",
"@types/node": "^10.5.2",
"@types/normalizr": "^2.0.18",
"@types/react": "^16.4.6",
"@types/react-dom": "^16.0.6",
"@types/react-modal": "^3.2.1",
"@types/react-redux": "^6.0.9",
"@types/react-router": "^4.0.31",
"@types/react-router-dom": "^4.3.1",
"@types/reduce-reducers": "^0.1.3",
"@types/redux-optimistic-ui": "^0.4.10",
"@types/redux-saga": "^0.10.5",
"@types/storybook-addon-jsx": "^5.3.1",
"@types/storybook__addon-actions": "^3.4.1",
"@types/storybook__addon-info": "^3.4.1",
"@types/storybook__addon-knobs": "^3.4.1",
"@types/storybook__addon-notes": "^3.3.3",
"@types/storybook__addon-options": "^3.2.2",
"@types/storybook__addon-storyshots": "^3.4.3",
"@types/storybook__react": "^3.0.9",
"@types/styled-components": "^3.0.0",
"@types/uuid": "^3.4.4",
"babel-core": "^6.26.3",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.6.4",
"babel-runtime": "^6.26.0",
"concurrently": "^4.0.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"gh-pages": "^1.2.0",
"husky": "^1.0.0-rc.13",
"jest-specific-snapshot": "^1.0.0",
"jest-styled-components": "^6.2.0",
"lint-staged": "^7.2.0",
"prettier": "^1.13.7",
"raw-loader": "^0.5.1",
"react-app-rewire-styled-components": "^3.0.2",
"react-app-rewire-styled-components-typescript": "^1.0.1",
"react-app-rewired": "^1.6.2",
"react-docgen-typescript-webpack-plugin": "^1.1.0",
"react-stubber": "^1.0.0",
"react-test-renderer": "^16.4.1",
"storybook-addon-jsx": "^5.4.0",
"storybook-addon-smart-knobs": "^3.3.1",
"storybook-react-router": "^1.0.1",
"stylelint": "^9.3.0",
"stylelint-config-airbnb": "^0.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^0.7.0",
"stylelint-processor-styled-components": "^1.3.2",
"stylelint-scss": "^1.2.1",
"stylelint-webpack-plugin": "0.10.4",
"textlint": "^10.2.1",
"textlint-rule-preset-ja-technical-writing": "^3.0.1",
"textlint-rule-prh": "^5.0.1",
"textlint-rule-spellcheck-tech-word": "^5.0.0",
"tslint-config-airbnb": "^5.9.2",
"tslint-immutable": "^4.8.0",
"tslint-loader": "^3.6.0",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "^2.9.2",
"typescript-styled-plugin": "^0.10.0"
}
}