-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.61 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.61 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
47
48
49
50
51
52
53
54
55
56
{
"name": "veritone-sample-app-react",
"version": "0.1.0",
"dependencies": {
"axios": "^0.17.1",
"classnames": "^2.2.5",
"compression": "^1.7.0",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"eslint-plugin-lodash": "^2.5.0",
"eslint-plugin-promise": "^3.6.0",
"express": "^4.15.4",
"lodash": "^4.17.4",
"material-ui": "v1.0.0-beta.20",
"material-ui-icons": "^1.0.0-beta.17",
"normalize.css": "^7.0.0",
"passport": "^0.4.0",
"passport-veritone": "^0.0.1",
"prop-types": "^15.5.10",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-api-middleware-fixed": "^1.2.0",
"redux-thunk": "^2.2.0",
"universal-cookie": "^2.0.8",
"veritone-client-js": "^1.0.4",
"veritone-react-common": "^2.1.0",
"veritone-redux-common": "^2.1.1"
},
"devDependencies": {
"@neutrinojs/react": "^8.0.8",
"babel-eslint": "^8.0.3",
"css-loader": "^0.28.7",
"eslint": "^4.12.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-react": "^7.5.1",
"neutrino": "^8.0.8",
"neutrino-middleware-styles-loader": "^0.0.6",
"neutrino-preset-sass": "^1.0.3",
"node-sass": "^4.7.2",
"npm-run-all": "^4.0.2",
"prettier": "^1.9.1",
"style-loader": "^0.19.0",
"veritone-dev-env": "^1.0.2"
},
"scripts": {
"start-js": "neutrino start",
"start": "npm-run-all -p start-js serve",
"serve": "node server.js",
"build": "neutrino build",
"format": "prettier --write \"./src/**/*.{js,scss,css}\"",
"lint": "eslint src/ --ext .js"
},
"license": "Apache-2.0"
}