mirror of
				https://github.com/monkeytypegame/monkeytype.git
				synced 2025-11-04 09:06:17 +08:00 
			
		
		
		
	* Compile both JS and TS Builds upon Ferotiq's PR * Compile both JS and TS Builds upon Ferotiq's PR Co-authored-by: Miodec <bartnikjack@gmail.com>
		
			
				
	
	
		
			49 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "monkeytype-frontend",
 | 
						|
  "version": "1.0.0",
 | 
						|
  "license": "GPL-3.0",
 | 
						|
  "private": true,
 | 
						|
  "scripts": {
 | 
						|
    "build": "npx gulp build",
 | 
						|
    "build:live": "npx gulp build --option production",
 | 
						|
    "start:dev": "npm run build && concurrently --kill-others \"npx gulp watch\" \"firebase serve --only hosting\"",
 | 
						|
    "deploy:live": "npm run build:live && firebase deploy -P live --only hosting"
 | 
						|
  },
 | 
						|
  "engines": {
 | 
						|
    "npm": "8.1.2"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@babel/core": "^7.12.3",
 | 
						|
    "@babel/plugin-transform-runtime": "^7.12.1",
 | 
						|
    "@babel/preset-env": "^7.12.1",
 | 
						|
    "babel-eslint": "^10.1.0",
 | 
						|
    "babelify": "^10.0.0",
 | 
						|
    "browserify": "^17.0.0",
 | 
						|
    "dart-sass": "^1.25.0",
 | 
						|
    "del": "^6.0.0",
 | 
						|
    "gulp": "^4.0.2",
 | 
						|
    "gulp-concat": "^2.6.1",
 | 
						|
    "gulp-eslint": "^6.0.0",
 | 
						|
    "gulp-eslint-new": "^1.3.0",
 | 
						|
    "gulp-sass": "^5.0.0",
 | 
						|
    "gulp-uglify": "^3.0.2",
 | 
						|
    "through2": "^4.0.2",
 | 
						|
    "tsify": "^5.0.4",
 | 
						|
    "vinyl-buffer": "^1.0.1",
 | 
						|
    "vinyl-paths": "^3.0.1",
 | 
						|
    "vinyl-source-stream": "^2.0.0"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@babel/runtime": "^7.12.5",
 | 
						|
    "axios": "^0.21.2",
 | 
						|
    "chart.js": "^2.9.4",
 | 
						|
    "chartjs-plugin-annotation": "^0.5.7",
 | 
						|
    "chartjs-plugin-trendline": "^0.2.2",
 | 
						|
    "dom-to-image": "^2.6.0",
 | 
						|
    "gulp-replace": "^1.1.3",
 | 
						|
    "howler": "^2.2.1",
 | 
						|
    "moment-timezone": "^0.5.33",
 | 
						|
    "node-object-hash": "2.3.10",
 | 
						|
    "tinycolor2": "^1.4.2"
 | 
						|
  }
 | 
						|
}
 |