-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 929 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
{
"name": "chosen-client",
"version": "1.2.1",
"private": true,
"homepage": "https://podcasterinnen.org",
"dependencies": {
"axios": "^0.18.0",
"normalize.css": "^8.0.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-dropzone": "^7.0.1",
"react-idle-timer": "^4.1.3",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-select": "^2.1.2",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"stringquery": "^1.0.8"
},
"scripts": {
"start": "NODE_ENV=development react-scripts start",
"build": "PUBLIC_URL=https://podcasterinnen.org react-scripts build",
"build_test": "PUBLIC_URL=https://test.podcasterinnen.org react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "./node_modules/.bin/eslint src"
},
"devDependencies": {
"eslint": "^5.2.0"
}
}