-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 966 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
33
34
35
{
"name": "fritz-player",
"version": "0.0.2",
"scripts": {
"start": "./build.js dev",
"build": "npm run lint && ./build.js build",
"lint": "eslint src/backend && eslint src/app"
},
"main": "",
"license": "MIT",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.16.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015-node6": "^0.3.0",
"child-process-promise": "^2.1.3",
"devtron": "^1.4.0",
"electron": "1.4.0",
"electron-packager": "^5.1.1",
"eslint": "^3.7.1",
"eslint-config-semistandard": "^7.0.0",
"eslint-config-standard": "^6.2.0",
"eslint-config-standard-react": "^4.2.0",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-react": "^6.4.1",
"eslint-plugin-standard": "^2.0.1",
"shelljs": "^0.7.4",
"wcjs-prebuilt": "^3.0.0"
},
"wcjs-prebuilt": {
"runtime": "electron",
"runtimeVersion": "v1.4.0",
"version": "v0.2.6"
}
}