Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
tianyazhichiC
algorithm-visualizer
提交
79134f1c
A
algorithm-visualizer
项目概览
tianyazhichiC
/
algorithm-visualizer
与 Fork 源项目一致
从无法访问的项目Fork
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
A
algorithm-visualizer
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
79134f1c
编写于
12月 03, 2018
作者:
J
Jason Park
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Add heroku-postbuild script and split dependencies and devDependencies
上级
98da97be
变更
1
显示空白变更内容
内联
并排
Showing
1 changed file
with
13 addition
and
10 deletion
+13
-10
package.json
package.json
+13
-10
未找到文件。
package.json
浏览文件 @
79134f1c
...
...
@@ -8,7 +8,8 @@
"build"
:
"npm run build:frontend && npm run build:backend"
,
"build:frontend"
:
"NODE_ENV=production node ./node_modules/webpack/bin/webpack --bail --progress --config webpack.frontend.config.js"
,
"build:backend"
:
"NODE_ENV=production node ./node_modules/webpack/bin/webpack --bail --progress --config webpack.backend.config.js"
,
"lint"
:
"./node_modules/.bin/eslint --fix src"
"lint"
:
"./node_modules/.bin/eslint --fix src"
,
"heroku-postbuild"
:
"npm run build"
},
"repository"
:
{
"type"
:
"git"
,
...
...
@@ -24,6 +25,17 @@
"url"
:
"
https://jasonpark.me/
"
},
"license"
:
"
MIT
"
,
"dependencies"
:
{
"
express
"
:
"
^4.15.4
"
,
"
morgan
"
:
"
^1.9.1
"
,
"
cookie-parser
"
:
"
^1.4.3
"
,
"
body-parser
"
:
"
^1.18.2
"
,
"
bluebird
"
:
"
latest
"
,
"
axios
"
:
"
latest
"
,
"
fs-extra
"
:
"
^6.0.1
"
,
"
express-github-webhook
"
:
"
^1.0.6
"
,
"
uuid
"
:
"
^3.2.1
"
},
"devDependencies"
:
{
"
@fortawesome/fontawesome
"
:
"
^1.1.5
"
,
"
@fortawesome/fontawesome-free-brands
"
:
"
^5.0.9
"
,
...
...
@@ -31,7 +43,6 @@
"
@fortawesome/fontawesome-svg-core
"
:
"
^1.2.0
"
,
"
@fortawesome/react-fontawesome
"
:
"
0.1.0
"
,
"
autoprefixer
"
:
"
latest
"
,
"
axios
"
:
"
latest
"
,
"
axios-progress-bar
"
:
"
^1.1.8
"
,
"
babel-core
"
:
"
^6.18.0
"
,
"
babel-loader
"
:
"
^7.1.2
"
,
...
...
@@ -42,14 +53,11 @@
"
babel-preset-react
"
:
"
^6.24.1
"
,
"
babel-preset-react-hmre
"
:
"
^1.1.1
"
,
"
babel-preset-stage-3
"
:
"
^6.24.1
"
,
"
bluebird
"
:
"
latest
"
,
"
body-parser
"
:
"
^1.18.2
"
,
"
brace
"
:
"
latest
"
,
"
chart.js
"
:
"
^2.7.2
"
,
"
clean-webpack-plugin
"
:
"
^0.1.16
"
,
"
compression
"
:
"
latest
"
,
"
connect-history-api-fallback
"
:
"
^1.3.0
"
,
"
cookie-parser
"
:
"
^1.4.3
"
,
"
copy-webpack-plugin
"
:
"
^4.0.1
"
,
"
css-hot-loader
"
:
"
^1.3.9
"
,
"
css-loader
"
:
"
^1.0.0
"
,
...
...
@@ -58,15 +66,11 @@
"
eslint-plugin-import
"
:
"
^2.11.0
"
,
"
eslint-plugin-jsx-a11y
"
:
"
^6.0.3
"
,
"
eslint-plugin-react
"
:
"
^7.7.0
"
,
"
express
"
:
"
^4.15.4
"
,
"
express-github-webhook
"
:
"
^1.0.6
"
,
"
fs-extra
"
:
"
^6.0.1
"
,
"
html-webpack-plugin
"
:
"
^3.2.0
"
,
"
http-proxy-middleware
"
:
"
^0.18.0
"
,
"
imagemin-webpack-plugin
"
:
"
^2.3.0
"
,
"
js-cookie
"
:
"
^2.2.0
"
,
"
mini-css-extract-plugin
"
:
"
^0.4.0
"
,
"
morgan
"
:
"
^1.9.1
"
,
"
node-sass
"
:
"
^4.5.3
"
,
"
postcss-flexboxfixer
"
:
"
0.0.5
"
,
"
postcss-loader
"
:
"
^2.0.6
"
,
...
...
@@ -91,7 +95,6 @@
"
screenfull
"
:
"
^3.3.2
"
,
"
style-loader
"
:
"
^0.21.0
"
,
"
uglifyjs-webpack-plugin
"
:
"
^1.2.4
"
,
"
uuid
"
:
"
^3.2.1
"
,
"
webpack
"
:
"
^4.5.0
"
,
"
webpack-bundle-analyzer
"
:
"
^2.11.1
"
,
"
webpack-cli
"
:
"
^3.0.8
"
,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录