Skip to content

Commit

Permalink
Update devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 2, 2020
1 parent d8bdcd8 commit 7b20f57
Show file tree
Hide file tree
Showing 2 changed files with 883 additions and 1,234 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "fed",
"name": "@wcj/fed",
"version": "1.0.0",
"description": "前端导航",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "stylus -u autoprefixer-stylus -u stylus-px2rem styl/index.styl -o css/ -c",
"build": "npm run build:css && npm run build:js && ssr",
"build": "npm run build:css && npm run build:js",
"watch": "npm run watch:css && npm run watch:js",
"watch:css": "stylus -u autoprefixer-stylus -w styl/index.styl -o css/ -c",
"watch:js": "onchange 'js/index.js' './data.json' -v -- npm run build:js",
Expand All @@ -20,14 +20,14 @@
},
"author": "kenny wang <wowohoo@qq.com>",
"license": "MIT",
"dependencies": {
"autoprefixer": "^6.3.5",
"autoprefixer-stylus": "^0.9.2",
"onchange": "^2.2.0",
"postcss-cli": "^2.5.1",
"ssr": "^1.0.10",
"stylus": "^0.54.2",
"stylus-px2rem": "^1.0.6",
"uglify-js": "^2.6.2"
"devDependencies": {
"autoprefixer": "^9.7.5",
"autoprefixer-stylus": "^1.0.0",
"onchange": "^6.1.0",
"postcss-cli": "^7.1.0",
"sgo": "^2.3.1",
"stylus": "^0.54.7",
"stylus-px2rem": "^1.0.14",
"uglify-js": "^3.8.1"
}
}
Loading

0 comments on commit 7b20f57

Please sign in to comment.