forked from neinteractiveliterature/intercode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
144 lines (144 loc) · 4.52 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
139
140
141
142
143
144
{
"engines": {
"node": ">= 8.4.0",
"yarn": ">=0.25.2"
},
"dependencies": {
"@rails/webpacker": "^3.2.1",
"apollo-cache-inmemory": "^1.1.5",
"apollo-client": "^2.2.1",
"apollo-link": "^1.0.7",
"apollo-link-http": "^1.3.2",
"array-to-sentence": "^1.1.0",
"autoprefixer": "^7.2.4",
"babel-core": "^6.26.0",
"babel-loader": "7.x",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bootstrap": "^4.0.0",
"bootstrap.native": "^2.0.21",
"cadmus-navbar-admin": "^1.0.1",
"classnames": "^2.2.5",
"clipboard": "^1.7.1",
"codemirror": "^5.34.0",
"compression-webpack-plugin": "^1.1.6",
"css-loader": "^0.28.8",
"exports-loader": "^0.7.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"font-awesome": "^4.7.0",
"glob": "^7.1.2",
"graphql": "^0.12.3",
"graphql-anywhere": "^4.1.2",
"graphql-tag": "^2.6.1",
"immutable": "^3.8.2",
"inflected": "^2.0.3",
"isomorphic-fetch": "^2.2.1",
"js-yaml": "^3.10.0",
"json-fetch": "^7.4.0",
"lodash": "^4.17.5",
"memoized-class-decorator": "^1.5.0",
"moment": "^2.20.1",
"moment-timezone": "^0.5.14",
"node-sass": "^4.7.2",
"path-complete-extname": "^0.1.0",
"payment": "^2.3.0",
"popper.js": "^1.12.9",
"postcss-loader": "^2.1.0",
"postcss-smart-import": "^0.7.6",
"precss": "^3.1.0",
"prop-types": "^15.6.0",
"query-string": "^5.0.1",
"rails-ujs": "^5.1.4",
"react": "^16.2.0",
"react-apollo": "^2.0.4",
"react-bootstrap4-modal": "^1.2.2",
"react-codemirror2": "^4.0.0",
"react-currency-masked-input": "^2.2.0",
"react-datetime": "^2.12.0",
"react-dom": "^16.2.0",
"react-html-id": "^0.1.1",
"react-immutable-proptypes": "^2.1.0",
"react-moment-proptypes": "^1.5.0",
"react-onclickoutside": "^6.7.0",
"react-popper": "^0.8.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-select": "^1.2.0",
"react-select-fast-filter-options": "^0.2.3",
"react-simple-currency": "^1.0.16",
"react-virtualized": "^9.18.0",
"react-virtualized-select": "^3.1.0",
"reduce-reducers": "^0.1.2",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-debounced": "^0.4.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"redux-thunk-actions": "^1.1.6",
"resolve-url-loader": "^2.2.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.1",
"webpack": "^3.10.0",
"webpack-manifest-plugin": "^1.3.2",
"webpack-merge": "^4.1.1",
"webpacker-react": "^0.3.2"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-jest": "^22.1.0",
"babel-minify": "^0.3.0",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-preset-minify": "^0.3.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.16.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.6.1",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1",
"jest": "^22.1.4",
"react-test-renderer": "^16.2.0",
"sinon": "^4.2.2",
"webpack-bundle-analyzer": "^2.10.0",
"webpack-dev-server": "^2.11.1"
},
"resolutions": {
"webpack-sources": "1.0.1"
},
"scripts": {
"analyze": "NODE_ENV=production ANALYZE_BUNDLE_SIZE=true webpack --progress --config=config/webpack/production.js && rm -rf public/packs",
"test": "jest --testPathPattern=test/javascript",
"test:watch": "jest --watch --testPathPattern=test/javascript"
},
"jest": {
"collectCoverage": true,
"collectCoverageFrom": [
"app/javascript/**/*.{js,jsx}",
"!**/node_modules/**"
],
"coverageDirectory": "coverage",
"coverageReporters": [
"lcov"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js"
},
"setupTestFrameworkScriptFile": "./test/javascript/setupTests.js"
},
"browserslist": [
"> 5%",
"Last 2 versions",
"IE >= 11"
]
}