-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.74 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
{
"name": "hi-armory.tw",
"version": "1.0.0",
"description": "",
"main": "fuse.js",
"engines": {
"node": "^8.0.0"
},
"dependencies": {
"lodash": "^4.17.13",
"memoizee": "^0.4.4",
"typescript": "^2.8.3",
"uglify-es": "^3.3.9"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-2": "^6.22.0",
"connect-history-api-fallback": "^1.5.0",
"cross-env": "^4.0.0",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"firebase-admin": "^4.2.0",
"fuse-box": "^3.2.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-hash": "^4.1.0",
"gulp-htmlmin": "^3.0.0",
"gulp-replace": "^0.5.4",
"local-web-server": "^2.6.0",
"merge-stream": "^1.0.1",
"node-sass": "^4.11.0",
"npm-run-all": "^4.0.2",
"path": "^0.12.7",
"postcss": "^5.2.16",
"postcss-transform-shortcut": "^2.0.1",
"sw-precache": "^5.1.0",
"sw-toolbox": "^3.6.0",
"uglify-js": "^3.3.25"
},
"scripts": {
"start": "node fuse.js",
"dist:clean": "gulp clean",
"dist:bundle": "cross-env NODE_ENV=production node fuse-dist.js",
"dist:index": "gulp dist",
"dist": "run-s dist:clean dist:bundle dist:index",
"preview": "ws -d ./dist --spa index.html -p 5000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pc035860/hi-armory.tw.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/pc035860/hi-armory.tw/issues"
},
"homepage": "https://github.com/pc035860/hi-armory.tw#readme"
}