-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.38 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
{
"name": "a-video-explorer",
"version": "1.0.0",
"description": "Explorer for video using its cover.",
"main": "index.js",
"scripts": {
"start": "electron .",
"use": "electron . noDebug",
"test": "mocha --compilers js:babel-register",
"build": "webpack --progress --colors",
"build:watch": "npm run build -- --watch",
"sass": "node-sass -w --include-path app/sass app/sass/style.sass app/dist/style.css",
"css": "node renderSASS.js"
},
"keywords": [],
"author": "Windz",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-react-constant-elements": "6.23.0",
"babel-plugin-transform-react-inline-elements": "6.22.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-register": "^6.24.0",
"chai": "^3.5.0",
"electron": "^1.6.2",
"electron-reload": "^1.1.0",
"mocha": "^3.2.0",
"react-hot-loader": "^3.0.0-beta.6",
"webpack": "^2.2.1"
},
"dependencies": {
"diff": "3.2.0",
"fluent-ffmpeg": "2.1.0",
"font-awesome": "4.7.0",
"immutable": "^3.8.1",
"nedb": "1.8.0",
"node-sass": "4.5.0",
"react": "15.4.2",
"react-addons-perf": "15.4.2",
"react-dom": "15.4.2",
"react-fontawesome": "1.5.0",
"react-redux": "^5.0.3",
"react-tap-event-plugin": "2.0.1",
"redux": "3.6.0"
}
}