-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.1 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": "react-redux-video-player",
"version": "0.0.1",
"description": "Video player prototype built with React, Redux and Babel support",
"main": "index.js",
"repository": "[email protected]:zanuka/react-redux-video-player.git",
"scripts": {
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-plugin-lodash": "^3.3.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"jsdom": "^8.1.0",
"webpack": "^1.12.9",
"webpack-dev-server": "^3.1.11"
},
"dependencies": {
"babel-preset-stage-1": "^6.1.18",
"lodash": "^4.17.4",
"lodash.debounce": "^4.0.8",
"react": "^0.14.3",
"react-dom": "^16.0.1",
"react-redux": "4.3.0",
"react-router": "^2.0.1",
"redux": "^3.0.4",
"youtube-api-search": "0.0.5",
"snyk": "^1.330.2"
},
"snyk": true
}