-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.34 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
{
"dependencies": {
"cross-env": "^5.2.1",
"date-fns": "^1.30.1",
"http-link-header": "^0.8.0",
"intersection-observer": "^0.5.1",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^4.3.1",
"styled-components": "^3.4.10"
},
"description": "The following list for the any Mastodon instance.",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-plugin-date-fns": "^0.1.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "~2.9.0",
"eslint-plugin-jsx-a11y": "~6.0.3",
"eslint-plugin-react": "~7.7.0",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.20.3",
"webpack": "^4.46.0",
"webpack-cli": "^3.0.0",
"webpack-dev-server": "^3.11.3"
},
"license": "MIT",
"name": "sayonara",
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"lint": "eslint .",
"start": "webpack-dev-server",
"test": "yarn lint"
},
"version": "1.0.0"
}