-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "lookup-server",
"version": "0.0.1",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.3",
"@fortawesome/free-solid-svg-icons": "^5.3.0",
"@fortawesome/react-fontawesome": "0.1.0-11",
"babel-core": "^6.26.3",
"express": "^4.16.4",
"fs": "0.0.2",
"heroku": "^7.18.5",
"react": "^16.4.2",
"react-load-script": "0.0.6",
"react-loading": "^2.0.3",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"request": "^2.87.0",
"sql.js": "0.3.2",
"xml-js": "^1.6.7"
},
"scripts": {
"start": "concurrently \"npm run server\" \"npm run client\"",
"server": "node server.js --ignore client",
"client": "node start-client.js",
"dev": "echo \"This command has been deprecated. Use 'npm start'\" && exit 1",
"lint": "eslint ."
},
"devDependencies": {
"@methodexists/eslint-config": "0.0.10",
"concurrently": "^3.1.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "14.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.9.0"
}
}