This repository has been archived by the owner on Dec 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
138 lines (138 loc) · 4.24 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
128
129
130
131
132
133
134
135
136
137
138
{
"name": "metasfresh-webui-frontend",
"scripts": {
"build-storybook": "build-storybook",
"coverage": "nyc --reporter=lcov --reporter=text-lcov npm test > /dev/null",
"lint": "eslint .",
"start": "node server.js",
"storybook": "node .storybook/findStories && start-storybook -p 6006",
"stylelint": "stylelint 'src/assets/**/*.css'",
"test:watch": "jest --watch",
"test": "jest",
"cypress:open": "cypress open"
},
"jest": {
"setupFiles": [
"<rootDir>/test_setup/jestSetup.js"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2)$": "<rootDir>/test_setup/fileMock.js",
"\\.(scss)$": "<rootDir>/test_setup/styleMock.js",
"\\.(css)$": "identity-obj-proxy"
},
"moduleFileExtensions": [
"js",
"jsx"
],
"moduleDirectories": [
"node_modules"
],
"transform": {
"^.+\\.js$": "babel-jest"
},
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/babel-polyfill/"
]
},
"devDependencies": {
"@storybook/react": "^3.2.13",
"autoprefixer": "~6.3.6",
"axios-mock-adapter": "^1.14.0",
"babel-core": "^6.21.0",
"babel-eslint": "^8.0.1",
"babel-jest": "^22.2.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.26.0",
"common-tags": "^1.4.0",
"css-loader": "~0.23.1",
"cypress": "^2.0.4",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.9.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^21.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.4.0",
"globby": "^6.1.0",
"html-loader": "~0.4.4",
"html-webpack-plugin": "~2.26.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^22.2.1",
"jest-enzyme": "^4.2.0",
"jest-localstorage-mock": "^2.2.0",
"jsdom": "^11.6.2",
"json-loader": "^0.5.7",
"nock": "^9.1.6",
"nyc": "^11.3.0",
"postcss-color-function": "~2.0.1",
"postcss-import": "~8.1.2",
"postcss-loader": "~0.9.1",
"postcss-simple-vars": "~2.0.0",
"postcss-url": "~5.1.2",
"precss": "~1.4.0",
"prettier": "^1.7.4",
"react-hot-loader": "~3.0.0",
"react-test-renderer": "^16.2.0",
"redux-devtools": "~3.4.0",
"redux-mock-store": "^1.5.1",
"style-loader": "~0.13.1",
"stylelint": "^7.9.0",
"webpack": "~1.13.0",
"webpack-dev-server": "~1.12.1",
"webpack-node-externals": "^1.6.0",
"why-did-you-update": "^0.1.1"
},
"dependencies": {
"axios": "^0.16.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"bootstrap": "4.0.0-alpha.5",
"classnames": "^2.2.5",
"counterpart": "~0.18.0",
"d3": "4.10.0",
"file-loader": "~0.8.5",
"immutability-helper": "^2.1.2",
"immutable": "^4.0.0-rc.9",
"intro.js": "^2.7.0",
"intro.js-react": "^0.1.5",
"lodash": "^4.17.4",
"moment": "~2.16.0",
"numeral": "^2.0.6",
"prop-types": "^15.5.6",
"query-string": "^5.0.1",
"react": "^16.2.0",
"react-addons-css-transition-group": "~15.6.2",
"react-addons-transition-group": "~15.6.2",
"react-autosuggest": "~9.3.2",
"react-bootstrap-daterangepicker": "~3.4.1",
"react-datetime": "^2.11.0",
"react-debounce-input": "~3.1.0",
"react-deep-force-update": "^2.1.1",
"react-dnd": "~2.5.4",
"react-dnd-html5-backend": "~2.5.4",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.9",
"react-infinite-scroller": "^1.0.12",
"react-interpolate-component": "~0.11.0",
"react-onclickoutside": "~6.6.0",
"react-redux": "~5.0.6",
"react-router": "^3.2.0",
"react-router-redux": "^4.0.8",
"react-tagsinput": "~3.18.0",
"react-tether": "^0.6.0",
"react-translate-component": "~0.14.0",
"redux": "~3.7.2",
"redux-thunk": "~2.2.0",
"sockjs-client": "1.0.0",
"stompjs": "~2.3.3",
"why-did-you-update": "^0.1.1"
}
}