mirror of
				https://github.com/digitalocean/nginxconfig.io.git
				synced 2025-11-04 18:28:17 +08:00 
			
		
		
		
	package.json update
This commit is contained in:
		
							
								
								
									
										1427
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1427
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										10
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								package.json
									
									
									
									
									
								
							@@ -24,31 +24,25 @@
 | 
			
		||||
		"bootstrap": "^4.1.1",
 | 
			
		||||
		"eslint": "^5.9.0",
 | 
			
		||||
		"highlight.js": "^9.12.0",
 | 
			
		||||
		"node-sass": "^4.9.0",
 | 
			
		||||
		"node-sass": "^4.11.0",
 | 
			
		||||
		"postcss-cli": "^5.0.1"
 | 
			
		||||
	},
 | 
			
		||||
	"devDependencies": {
 | 
			
		||||
		"cypress": "^3.0.2",
 | 
			
		||||
		"cypress": "^3.1.2",
 | 
			
		||||
		"http-server": "^0.11.1",
 | 
			
		||||
		"start-server-and-test": "^1.5.0"
 | 
			
		||||
	},
 | 
			
		||||
	"scripts": {
 | 
			
		||||
		"start": "npm run build && http-server",
 | 
			
		||||
 | 
			
		||||
		"build": "npm run build:scss",
 | 
			
		||||
		"build:prod": "npm run build:scss:prod && npm run autoprefixer",
 | 
			
		||||
 | 
			
		||||
		"build:scss": "node-sass --source-map=public/assets/css/app.min.css.map resources/scss/app.scss public/assets/css/app.min.css",
 | 
			
		||||
		"build:scss:prod": "node-sass --output-style=compressed resources/scss/app.scss public/assets/css/app.min.css",
 | 
			
		||||
 | 
			
		||||
		"autoprefixer": "postcss public/assets/css/app.min.css --use autoprefixer --no-map --replace --verbose",
 | 
			
		||||
 | 
			
		||||
		"lint": "eslint public/assets/js/app.js",
 | 
			
		||||
		"lint:fix": "npm run lint -- --fix",
 | 
			
		||||
 | 
			
		||||
		"test": "npm run lint && start-server-and-test start http://localhost:8080 cypress:run",
 | 
			
		||||
		"test:debug": "npm run lint && start-server-and-test start http://localhost:8080 cypress:open",
 | 
			
		||||
 | 
			
		||||
		"cypress:run": "cypress run",
 | 
			
		||||
		"cypress:open": "cypress open"
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user