This repository was archived by the owner on Jan 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.26 KB
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
{
"name": "freedirtalert.com",
"version": "3.1.33.7",
"homepage": "https://freedirtalert.com",
"license": "MIT",
"scripts": {
"excavator": "node excavator.js",
"start": "react-scripts start",
"build": "react-scripts build",
"deploy": "react-scripts build && gh-pages -d build",
"precommit": "lint-staged",
"prettier": "prettier --write src/**/*.js",
"eject": "react-scripts eject"
},
"dependencies": {
"@synapsestudios/fetch-client": "^1.0.3",
"classnames": "2.2.5",
"fela": "6.0.2",
"fela-plugin-fallback-value": "5.0.11",
"fela-plugin-prefixer": "5.0.11",
"gh-pages": "1.0.0",
"prop-types": "15.6.0",
"react": "16.0.0",
"react-dom": "16.0.0",
"react-fela": "6.0.2",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"store2": "2.5.7",
"timeago.js": "3.0.2"
},
"devDependencies": {
"babel-eslint": "7.2.3",
"eslint": "4.8.0",
"eslint-config-react-app": "2.0.1",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.4.0",
"husky": "0.14.3",
"lint-staged": "4.2.3",
"lodash": "4.17.4",
"parse-rss": "1.0.3",
"prettier": "1.7.4",
"react-scripts": "1.0.14"
}
}