forked from sudara/alonetone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1015 Bytes
/
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
{
"dependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@bugsnag/js": "^7.1.1",
"@rails/ujs": "^6.0.3-1",
"@rails/webpacker": "^5.1.1",
"babel-loader": "^8.1.0",
"babel-preset-minify": "^0.5.1",
"gsap": "^3.3.0",
"howler": "https://github.com/goldfire/howler.js.git",
"local-time": "^2.1.0",
"rails-erb-loader": "^5.5.2",
"seedrandom": "^3.0.5",
"sortablejs": "^1.10.2",
"stimulus": "^1.1.1",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"@percy/agent": "^0.26.9",
"babel-eslint": "^10.1.0",
"eslint": "^7.1.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-dev-server": "^3.11.0"
}
}