-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
78 lines (78 loc) · 2.45 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "puraku-client",
"productName": "Puraku",
"version": "0.8.8",
"description": "跟噗浪官方 iOS App 有 87% 像的電腦版噗浪 App",
"main": "app/main.js",
"scripts": {
"electron:dev": "cross-env NODE_ENV=development electron .",
"electron:start": "cross-env NODE_ENV=production electron .",
"electron:build": "build -mwl",
"dev": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --content-base static/",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"build:watch": "cross-env NODE_ENV=production webpack --progress --watch --hide-modules",
"dist": "npm run build && npm run electron:build"
},
"repository": {
"type": "git",
"url": "https://github.com/puraku/client"
},
"author": "Yukai Huang <yukaihuangtw@gmail.com> (https://yukaii.tw)",
"license": "MIT",
"bugs": {
"url": "https://github.com/puraku/client/issues"
},
"homepage": "https://github.com/puraku/client#readme",
"engines": {
"node": "6.9.1"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"cross-env": "^3.1.3",
"css-loader": "^0.25.0",
"electron": "^1.4.4",
"electron-builder": "^7.24.1",
"electron-devtools-installer": "^2.0.1",
"eslint": "^3.8.1",
"eslint-config-vue": "^1.1.0",
"eslint-plugin-html": "^1.5.5",
"eslint-plugin-vue": "^0.1.1",
"file-loader": "^0.9.0",
"json-loader": "^0.5.4",
"node-sass": "^3.10.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-loader": "^9.7.0",
"webpack": "2.1.0-beta.25",
"webpack-dev-server": "2.1.0-beta.9"
},
"dependencies": {
"bootstrap": "^3.3.7",
"electron-config": "^0.2.1",
"font-awesome": "^4.7.0",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.15.2",
"moment-timezone": "^0.5.7",
"purakujs": "^0.1.0",
"qs": "^6.3.0",
"vue": "^2.0.3",
"vue-router": "^2.0.1",
"vuex": "^2.0.0",
"vuex-router-sync": "3.0.0"
},
"build": {
"appId": "tds.apps.puraku",
"mac": {
"category": "public.app-category.social-networking"
}
}
}