-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
57 lines (57 loc) · 1.48 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
{
"name": "rechord",
"private": true,
"dependencies": {
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@rails/webpacker": "5.4.4",
"axios": "^0.17.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-polyfill": "^6.26.0",
"chord-translator": "^0.1.0",
"classnames": "^2.2.5",
"draft-js": "^0.10.4",
"history": "^4.7.2",
"moji": "^0.5.1",
"postcss-cssnext": "^3.1.1",
"prop-types": "^15.8.1",
"qs": "^6.5.1",
"rails_admin": "3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga": "^2.3.5",
"react-highlight-words": "^0.10.0",
"react-router-dom": "^4.2.2",
"react-share": "^1.17.0",
"react-twitter-widgets": "^1.7.1",
"tonal": "2.1.2",
"tone": "0.11.12",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.0.0",
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"jest": "23.6.0",
"webpack-dev-server": "^3"
},
"scripts": {
"lint": "eslint app/frontend --ext .js --ext .jsx",
"test": "jest --no-cache ./spec/frontend"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"/config/"
]
},
"resolutions": {
"rails_admin/@fortawesome/fontawesome-free": "^5.15.0"
}
}