forked from comorebi-notes/rechord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "rechord",
"private": true,
"dependencies": {
"@rails/webpacker": "^3.0.2",
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chord-translator": "^0.1.0",
"classnames": "^2.2.5",
"draft-js": "^0.10.4",
"history": "^4.7.2",
"moji": "^0.5.1",
"qs": "^6.5.1",
"react": "^16.0.0",
"react-dom": "^16.0.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",
"startaudiocontext": "^1.2.1",
"tonal": "^1.1.0",
"tone": "^0.11.11",
"webpack": "^3.8.1"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"webpack-dev-server": "^2.9.3"
},
"scripts": {
"lint": "eslint app/frontend --ext .js --ext .jsx"
}
}