This repository has been archived by the owner on Aug 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
113 lines (113 loc) · 4.12 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
{
"name": "react-enterprise-boilerplate",
"description": "Boilerplate for enterprise application with React and its ecosystem",
"version": "0.1.0",
"license": "MIT",
"author": "Yuka O'oka <[email protected]>",
"repository": "globis-org/react-enterprise-boilerplate",
"dependencies": {
"autoprefixer": "7.1.2",
"axios": "^0.17.1",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "1.1.3",
"css-loader": "0.28.4",
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "0.11.2",
"formik": "^0.10.5",
"history": "^4.7.2",
"html-webpack-plugin": "2.29.0",
"i18next": "^10.2.2",
"i18next-browser-languagedetector": "^2.1.0",
"i18next-xhr-backend": "^1.5.1",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.6",
"promise": "8.0.1",
"react": "^16.2.0",
"react-dev-utils": "^4.0.1",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-i18next": "^7.3.1",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-saga": "^0.16.0",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.77.2",
"source-map-loader": "^0.2.1",
"style-loader": "0.18.2",
"styled-components": "^2.4.0",
"sw-precache-webpack-plugin": "0.11.4",
"ts-loader": "^2.3.7",
"tslint": "^5.7.0",
"tslint-loader": "^3.5.3",
"tslint-react": "^3.2.0",
"typescript": "^2.7.0-dev.20180122",
"typescript-fsa": "^2.5.0",
"typescript-fsa-reducers": "^0.4.5",
"url-loader": "0.5.9",
"webpack": "^3.10.0",
"webpack-dev-server": "2.7.1",
"webpack-manifest-plugin": "1.2.1",
"whatwg-fetch": "2.0.3",
"yup": "^0.23.0"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "jest --config jest.config.json --env=jsdom",
"test:open": "node scripts/test.js --config jest.config.json --env=jsdom",
"test:e2e": "testcafe \"chrome:headless\" testcafe/features/**/*.{spec,test}.ts --screenshots testcafe/screenshots --screenshots-on-fails",
"test:e2e:chrome": "testcafe chrome testcafe/features/**/*.{spec,test}.ts --screenshots testcafe/screenshots --screenshots-on-fails",
"test:e2e:chrome:iphone": "testcafe \"chrome:emulation:device=iphone6\" testcafe/features/**/*.{spec,test}.ts --screenshots testcafe/screenshots --screenshots-on-fails --selection-timeout 5000",
"test:e2e:remote": "testcafe remote testcafe/features/**/*.{spec,test}.ts --screenshots testcafe/screenshots --screenshots-on-fails --selection-timeout 5000 --qr-code",
"storybook": "start-storybook -p 9001 -c .storybook",
"storybook:build": "build-storybook --output-dir ./build/storybook",
"tslint-check": "tslint-config-prettier-check ./tslint.json"
},
"devDependencies": {
"@storybook/addon-info": "^3.3.9",
"@storybook/addon-knobs": "^3.3.9",
"@storybook/react": "^3.3.9",
"@types/history": "^4.6.2",
"@types/i18next": "^8.4.2",
"@types/i18next-browser-languagedetector": "^2.0.1",
"@types/i18next-xhr-backend": "^1.4.1",
"@types/jest": "^22.1.0",
"@types/mocha": "^2.2.47",
"@types/node": "^4.0.35",
"@types/react": "^16.0.34",
"@types/react-dom": "^16.0.3",
"@types/react-helmet": "^5.0.3",
"@types/react-i18next": "^7.3.0",
"@types/react-redux": "^5.0.14",
"@types/react-router": "^4.0.20",
"@types/react-router-dom": "^4.2.3",
"@types/recompose": "^0.24.4",
"@types/redux-devtools": "^3.0.42",
"@types/storybook__addon-info": "^3.2.1",
"@types/storybook__addon-knobs": "^3.2.1",
"@types/storybook__react": "^3.0.6",
"@types/yup": "^0.23.1",
"jest": "^22.1.4",
"prettier": "^1.9.2",
"redux-devtools": "^3.4.1",
"storybook-addon-figma": "^0.1.0",
"testcafe": "^0.18.6",
"ts-jest": "^22.0.1",
"tslint-config-airbnb": "^5.4.2",
"tslint-config-prettier": "^1.6.0",
"tslint-plugin-prettier": "^1.3.0"
},
"babel": {
"presets": [
"react-app"
]
},
"eslintConfig": {
"extends": "react-app"
}
}