-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
140 lines (140 loc) · 4.41 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "glicky",
"version": "0.0.2",
"description": "An in-browser task runner for modern web development",
"author": {
"name": "Alex Saunders",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/alex-saunders/glicky.git"
},
"bugs": {
"url": "https://github.com/alex-saunders/glicky/issues"
},
"license": "MIT",
"bin": {
"glicky": "./bin/index.js"
},
"files": [
"dist",
"bin"
],
"engines": {
"node": "*"
},
"scripts": {
"killport": "kill-port 5000",
"dev:styleguide": "styleguidist server --config config/styleguide.config.js --open",
"watch:client": "webpack-dev-server --open --config config/webpack.config.js",
"dev:client": "yarn watch:client",
"build:client": "cross-env NODE_ENV=production webpack --config config/webpack.config.js -p",
"watch:server": " concurrently \"nodemon dist/server/server.bundle.js -w dist/server/server.bundle.js -q --signal SIGTERM\" \"node config/rollup.watch.js\"",
"dev:server": "yarn killport && yarn build:server && yarn watch:server",
"build:server": "rollup --config config/rollup.config.js",
"build": "yarn build:client && yarn build:server",
"dev": "concurrently \"yarn dev:server\" \"yarn dev:styleguide\" \"yarn dev:client\"",
"start": "yarn build:client && yarn build:server && cross-env NODE_ENV=production node dist/server/server.bundle.js",
"lint": "eslint -c .eslintrc src/* bin/* ",
"flow": "flow check src",
"prepublishOnly": "yarn lint && yarn flow && yarn build"
},
"resolutions": {
"babel-core": "^7.0.0-bridge.0",
"terser": "3.14.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@reach/router": "^1.2.1",
"algoliasearch": "^3.32.1",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.0-beta.3",
"babel-merge": "^2.0.1",
"babel-plugin-styled-components": "^1.5.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"chokidar": "^2.0.4",
"clean-webpack-plugin": "^0.1.19",
"cloc": "^2.4.0",
"concurrently": "^3.6.1",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"date-fns": "^1.29.0",
"downshift": "^3.2.2",
"empty": "^0.10.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-flowtype": "^3.6.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.11.1",
"fbjs": "^0.8.17",
"file-loader": "^2.0.0",
"flow-bin": "^0.93.0",
"flow-typed": "^2.5.1",
"html-webpack-plugin": "^3.2.0",
"idx": "^2.4.0",
"kill-port": "^1.3.1",
"md5": "^2.2.1",
"node-sass": "^4.9.3",
"nodemon": "^1.18.3",
"normalize.css": "^8.0.0",
"polished": "^2.0.2",
"prettier": "^1.17.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-focus-lock": "^1.17.7",
"react-ink": "^6.4.0",
"react-instantsearch-dom": "^5.4.0",
"react-pose": "^4.0.8",
"react-reconciler": "^0.12.0",
"react-rewards": "^1.0.7",
"react-styleguidist": "^7.3.9",
"react-window": "^1.6.2",
"rollup": "^1.10.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-eslint": "^5.0.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-terser": "^4.0.4",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"styled-components": "^4.1.3",
"url-loader": "^1.1.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5",
"webpack-merge": "^4.1.4",
"xterm": "^3.11.0"
},
"dependencies": {
"boxen": "^3.1.0",
"chalk": "^2.4.1",
"clear": "^0.1.0",
"commander": "^2.20.0",
"cross-spawn": "^6.0.5",
"execa": "^0.11.0",
"express": "^4.16.3",
"get-port": "^4.0.0",
"inquirer": "^6.2.0",
"ip": "^1.1.5",
"minimist": "^1.2.0",
"opn": "^5.4.0",
"ora": "^3.0.0",
"ospath": "^1.2.2",
"ps-tree": "^1.2.0",
"read-pkg-up": "^4.0.0",
"socket.io": "^2.1.1",
"write-pkg": "^3.2.0"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/alex-saunders/glicky#readme",
"_id": "[email protected]"
}