mirror of https://github.com/pixelfed/pixelfed
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
{
 | 
						|
    "private": true,
 | 
						|
    "scripts": {
 | 
						|
        "dev": "npm run development",
 | 
						|
        "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
 | 
						|
        "watch": "npm run development -- --watch",
 | 
						|
        "watch-poll": "npm run watch -- --watch-poll",
 | 
						|
        "hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
 | 
						|
        "prod": "npm run production",
 | 
						|
        "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
 | 
						|
        "postinstall": "opencollective-postinstall"
 | 
						|
    },
 | 
						|
    "devDependencies": {
 | 
						|
        "axios": "^0.18",
 | 
						|
        "bootstrap": "^4.1.3",
 | 
						|
        "cross-env": "^5.2.0",
 | 
						|
        "jquery": "^3.2",
 | 
						|
        "laravel-mix": "^2.1.14",
 | 
						|
        "lodash": "^4.17.11",
 | 
						|
        "popper.js": "^1.14.4",
 | 
						|
        "vue": "^2.5.17"
 | 
						|
    },
 | 
						|
    "dependencies": {
 | 
						|
        "bootstrap-vue": "^2.0.0-rc.11",
 | 
						|
        "filesize": "^3.6.1",
 | 
						|
        "infinite-scroll": "^3.0.4",
 | 
						|
        "laravel-echo": "^1.4.0",
 | 
						|
        "opencollective": "^1.0.3",
 | 
						|
        "opencollective-postinstall": "^2.0.1",
 | 
						|
        "plyr": "^3.4.7",
 | 
						|
        "pusher-js": "^4.2.2",
 | 
						|
        "readmore-js": "^2.2.1",
 | 
						|
        "socket.io-client": "^2.1.1",
 | 
						|
        "sweetalert": "^2.1.0",
 | 
						|
        "twitter-text": "^2.0.5",
 | 
						|
        "vue-infinite-loading": "^2.4.3",
 | 
						|
        "vue-loading-overlay": "^3.1.0",
 | 
						|
        "vue-timeago": "^5.0.0"
 | 
						|
    },
 | 
						|
    "collective": {
 | 
						|
        "type": "opencollective",
 | 
						|
        "url": "https://opencollective.com/pixelfed-528"
 | 
						|
    }
 | 
						|
}
 |