-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.53 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "saturn",
"version": "0.1.0",
"private": true,
"main": "main.js",
"dependencies": {
"@sindresorhus/slugify": "^0.3.0",
"axios": "^0.18.0",
"electron": "^2.0.0",
"electron-store": "^2.0.0",
"feedparser": "^2.2.9",
"fs": "^0.0.1-security",
"global": "^4.3.2",
"jquery": "^3.3.1",
"localforage": "^1.7.1",
"mobx": "^4.2.1",
"mobx-persist": "^0.4.1",
"mobx-react": "^5.1.2",
"node-podcast-parser": "^2.1.0",
"node-vibrant": "^3.0.0",
"podcast-parser": "https://github.com/IanCarrasco/podcast-parser.git",
"react": "^16.3.2",
"react-audioplayer": "^0.3.1",
"react-beautiful-dnd": "^7.1.3",
"react-dom": "^16.3.2",
"react-player-controls": "^1.0.0-beta.0",
"react-router-dom": "^4.2.2",
"react-spinkit": "^3.0.0",
"request": "^2.85.0",
"rss-parser": "^3.1.2",
"sax": "^1.2.4",
"string_decoder": "^1.1.1",
"wait-until": "^0.0.2"
},
"devDependencies": {
"@storybook/addon-actions": "^4.0.0-alpha.10",
"@storybook/addon-links": "^4.0.0-alpha.10",
"@storybook/addons": "^4.0.0-alpha.10",
"@storybook/react": "^4.0.0-alpha.10",
"babel-core": "^7.0.0-bridge.0",
"babel-runtime": "^7.0.0-beta.3",
"custom-react-scripts": "0.2.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"electron": "electron .",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
}
}