-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
61 lines (61 loc) · 1.67 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
{
"name": "scimo",
"private": true,
"dependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.7.4",
"@rails/webpacker": "4.2.2",
"autoprefixer": "^9.6.5",
"babel-jest": "^24.9.0",
"classnames": "^2.2.6",
"core-js": "3",
"cssnano": "^4.1.10",
"d3": "3",
"file-loader": "^4.2.0",
"install": "^0.13.0",
"jquery": "^3.5.0",
"mini-css-extract-plugin": "^0.9.0",
"npm": "^6.14.6",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"prop-types": "^15.6.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-mailchimp-form": "^1.0.1",
"react-mailchimp-subscribe": "^2.1.0",
"react-mic": "^12.4.1",
"react-on-rails": "11.0.4",
"react-skrollr": "^1.0.4",
"react-test-renderer": "^16.11.0",
"sugarss": "^2.0.0",
"three": "^0.125.0",
"three-trackballcontrols": "^0.0.8",
"tween": "^0.9.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"devDependencies": {
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"webpack-dev-server": "^3.10.1"
},
"scripts": {
"test": "jest"
},
"engines": {
"node": "14.16.0"
},
"jest": {
"modulePathIgnorePatterns": [
"config"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/app/javascript/spec/__mocks__/fileMock.js",
"\\.(css|scss|less)$": "<rootDir>/app/javascript/spec/__mocks__/styleMock.js",
"\\.module.(css|scss|sass)$": "identity-obj-proxy"
}
}
}