-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.75 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
{
"name": "insta",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.0.0",
"@fortawesome/fontawesome-free": "^5.13.0",
"@material-ui/styles": "^4.2.1",
"@rails/webpacker": "^5.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^4.3.1",
"cross-fetch": "^3.0.4",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"flexboxgrid": "^6.3.1",
"jquery": "^3.4.1",
"material-ui": "^1.0.0-beta.47",
"node-sass": "^6.0.1",
"npx": "^10.2.0",
"popper.js": "^1.15.0",
"pretty": "^2.0.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react_ujs": "^2.5.0",
"react-bulma-components": "^2.3.0",
"react-dom": "^16.12.0",
"react-flexbox-grid": "^2.1.2",
"react-js-pagination": "^3.0.2",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-test-renderer": "^16.12.0",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"stimulus": "^1.1.1",
"ts-loader": "^8.0.15",
"version": "^0.1.2",
"yarn": "^1.22.4"
},
"devDependencies": {
"babel-jest": "^24.8.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^24.8.0",
"prettier": "^2.2.1",
"sinon": "^8.0.4",
"webpack-dev-server": "^3.7.1"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"postinstall": "npm rebuild node-sass"
},
"jest": {
"setupFiles": [
"./test/javascript/jestSetup.js"
],
"roots": [
"spec/javascript"
],
"moduleDirectories": [
"node_modules",
"app/javascript/components"
]
}
}